Developer Documentation
ACG::MeshCompilerDefaultFaceInput Class Reference
Inheritance diagram for ACG::MeshCompilerDefaultFaceInput:
ACG::MeshCompilerFaceInput SBFReader

Public Member Functions

 MeshCompilerDefaultFaceInput (int _numFaces, int _numIndices)
 
int getNumFaces () const
 
int getNumIndices () const
 
int getFaceSize (const int _faceID) const
 
int getSingleFaceAttr (const int _faceID, const int _faceCorner, const int _attrID) const
 
bool getFaceAttr (const int _faceID, const int _attrID, int *_out) const
 
void dbgWriteToObjFile (FILE *_file, int _posAttrID=0, int _normalAttrID=-1, int _texcAttrID=-1)
 
void setFaceData (int _faceID, int _size, int *_data, int _attrID=0)
 
- Public Member Functions inherited from ACG::MeshCompilerFaceInput
virtual int * getFaceAttr (const int _faceID, const int _attrID) const
 
virtual int getVertexAdjCount (const int _vertexID) const
 
virtual int getVertexAdjFace (const int _vertexID, const int _k) const
 

Protected Attributes

int numFaces_
 
int numIndices_
 
std::vector< int > faceOffset_
 
std::vector< int > faceSize_
 
std::vector< int > faceData_ [16]
 

Detailed Description

Definition at line 199 of file MeshCompiler.hh.

Member Function Documentation

bool ACG::MeshCompilerDefaultFaceInput::getFaceAttr ( const int  _faceID,
const int  _attrID,
int *  _out 
) const
virtual

Get an index buffer of a face for a specific attribute channel.

Parameters
_faceIDface index
_attrIDattribute channel
_outpointer to output buffer, use getFaceSize(_faceID) to get the size needed to store face data
Returns
true if successful, false otherwise

Reimplemented from ACG::MeshCompilerFaceInput.

Definition at line 4123 of file MeshCompiler.cc.

int ACG::MeshCompilerDefaultFaceInput::getFaceSize ( const int  _faceID) const
inlinevirtual

Get number of vertices per face.

Parameters
_faceIDface index

Implements ACG::MeshCompilerFaceInput.

Definition at line 208 of file MeshCompiler.hh.

int ACG::MeshCompilerDefaultFaceInput::getNumIndices ( ) const
inlinevirtual

Get total number of indices in one attribute channel.

i.e. total number of position indices of the whole mesh

Implements ACG::MeshCompilerFaceInput.

Definition at line 206 of file MeshCompiler.hh.

int ACG::MeshCompilerDefaultFaceInput::getSingleFaceAttr ( const int  _faceID,
const int  _faceCorner,
const int  _attrID 
) const
virtual

Get a single vertex-index entry of a face.

Parameters
_faceIDface index
_faceCornervertex corner of the face
_attrIDattribute channel
Returns
index-data if successful, -1 otherwise

Reimplemented from ACG::MeshCompilerFaceInput.

Definition at line 4134 of file MeshCompiler.cc.


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