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

#include <KMesh.h>

Inherited by Mesh::C_Triangle, Mesh::FC_Triangle, and Mesh::SC_Triangle.

Public Member Functions

virtual ~OneColorTriangleStruct ()
 destructor
 
virtual void CopyTo (OneColorTriangleStruct *T)
 copy to triangle More...
 
void Load (BufferedFile *currentfile)
 read C value in a file More...
 

Public Attributes

unsigned int C
 index of color
 

Detailed Description

Triangle with a uniform color.

Member Function Documentation

◆ CopyTo()

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

copy to triangle

Parameters
T: triangle to copy to

◆ Load()

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

read C value in a file

Parameters
currentfile: BufferedFile to read

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