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

LOD_Edge Class Reference

#include <LOD_MeshPrimitives.h>

Inheritance diagram for LOD_Edge:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 LOD_Edge ()
bool operator== (LOD_Edge &rhs)
LOD_FaceInd OpFace (LOD_FaceInd f) const
void SwapFace (LOD_FaceInd old_f, LOD_FaceInd new_f)
LOD_FaceInd HalfEdgeFace (LOD_VertexInd vi)
LOD_VertexInd OpVertex (LOD_VertexInd vi)
void SwapVertex (LOD_VertexInd v_old, LOD_VertexInd v_new)
bool SelectTag () const
void SetSelectTag (bool tag)
int OpenTag () const
void SetOpenTag (int tag)
bool Degenerate () const
bool BoundaryEdge () const

Public Attributes

LOD_VertexInd m_verts [2]
LOD_FaceInd m_faces [2]

Detailed Description

Definition at line 94 of file LOD_MeshPrimitives.h.


Constructor & Destructor Documentation

LOD_Edge::LOD_Edge ( )

Member Function Documentation

bool LOD_Edge::BoundaryEdge ( ) const [inline]

Definition at line 167 of file LOD_MeshPrimitives.h.

References m_faces.

bool LOD_Edge::Degenerate ( ) const

Definition at line 301 of file LOD_MeshPrimitives.cpp.

References m_faces, and m_verts.

LOD_FaceInd LOD_Edge::HalfEdgeFace ( LOD_VertexInd  vi)
int LOD_Edge::OpenTag ( void  ) const
bool LOD_Edge::operator== ( LOD_Edge rhs)

Definition at line 138 of file LOD_MeshPrimitives.cpp.

References m_verts.

LOD_FaceInd LOD_Edge::OpFace ( LOD_FaceInd  f) const
LOD_VertexInd LOD_Edge::OpVertex ( LOD_VertexInd  vi)
bool LOD_Edge::SelectTag ( ) const

Definition at line 271 of file LOD_MeshPrimitives.cpp.

References m_verts.

void LOD_Edge::SetOpenTag ( int  tag)
void LOD_Edge::SetSelectTag ( bool  tag)
void LOD_Edge::SwapFace ( LOD_FaceInd  old_f,
LOD_FaceInd  new_f 
)
void LOD_Edge::SwapVertex ( LOD_VertexInd  v_old,
LOD_VertexInd  v_new 
)

Member Data Documentation


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