Blender V2.61 - r43446
Public Member Functions | Public Attributes

LOD_TriFace Class Reference

#include <LOD_MeshPrimitives.h>

List of all members.

Public Member Functions

 LOD_TriFace ()
void SwapVertex (LOD_VertexInd old_v, LOD_VertexInd new_v)
bool SelectTag () const
void SetSelectTag (bool tag)
int OpenTag ()
void SetOpenTag (int tag)
bool Degenerate ()
void CopyVerts (int *index_ptr)

Public Attributes

LOD_VertexInd m_verts [3]

Detailed Description

Definition at line 175 of file LOD_MeshPrimitives.h.


Constructor & Destructor Documentation

LOD_TriFace::LOD_TriFace ( )

Definition at line 313 of file LOD_MeshPrimitives.cpp.

References CTR_TaggedIndex< 24, 0x00ffffff >::Empty(), and m_verts.


Member Function Documentation

void LOD_TriFace::CopyVerts ( int *  index_ptr)

Definition at line 389 of file LOD_MeshPrimitives.cpp.

References m_verts.

bool LOD_TriFace::Degenerate ( )

Definition at line 377 of file LOD_MeshPrimitives.cpp.

References m_verts.

int LOD_TriFace::OpenTag ( void  )
bool LOD_TriFace::SelectTag ( ) const

Definition at line 347 of file LOD_MeshPrimitives.cpp.

References m_verts.

void LOD_TriFace::SetOpenTag ( int  tag)
void LOD_TriFace::SetSelectTag ( bool  tag)
void LOD_TriFace::SwapVertex ( LOD_VertexInd  old_v,
LOD_VertexInd  new_v 
)

Definition at line 323 of file LOD_MeshPrimitives.cpp.

References LOD_MeshException::e_search_error, m_verts, and MT_assert.


Member Data Documentation


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