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

#include <KMesh.h>

Inherited by Mesh::FG_Triangle, Mesh::G_Triangle, and Mesh::SG_Triangle.

Public Member Functions

virtual ~ThreeColorTriangleStruct ()
 destructor
 
virtual void CopyTo (ThreeColorTriangleStruct *T)
 copy to triangle More...
 
void Load (BufferedFile *currentfile)
 read Ca, Cb and Cc value in a file More...
 

Public Attributes

unsigned int Ca
 index of colors a
 
unsigned int Cb
 index of colors b
 
unsigned int Cc
 index of colors c
 

Detailed Description

Triangle with a color at each vertex.

Member Function Documentation

◆ CopyTo()

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

copy to triangle

Parameters
T: triangle to copy to

◆ Load()

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

read Ca, Cb and Cc value in a file

Parameters
currentfile: BufferedFile to read

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