Kigs Framework  Doc version 0.8
Open source multi purpose Rapid Application Development framework
Public Member Functions | Public Attributes | List of all members
Mesh::ThreeNormalTriangleStruct Class Reference

#include <KMesh.h>

Inherited by Mesh::S_Triangle.

Public Member Functions

virtual ~ThreeNormalTriangleStruct ()
 destructor
 
virtual void CopyTo (ThreeNormalTriangleStruct *T)
 copy to triangle More...
 
void Load (BufferedFile *currentfile)
 read Na, Nb and Nc value in a file More...
 

Public Attributes

unsigned int Na
 index of normals
 
unsigned int Nb
 index of normals
 
unsigned int Nc
 index of normals
 

Detailed Description

Triangle with normal at each vertex.

Member Function Documentation

◆ CopyTo()

void Mesh::ThreeNormalTriangleStruct::CopyTo ( ThreeNormalTriangleStruct T)
inlinevirtual

copy to triangle

Parameters
T: triangle to copy to

◆ Load()

void Mesh::ThreeNormalTriangleStruct::Load ( BufferedFile currentfile)

read Na, Nb and Nc value in a file

Parameters
currentfile: BufferedFile to read

The documentation for this class was generated from the following files: