# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLMISC::CBSPNode2v Class Reference

List of all members.

Public Methods

 CBSPNode2v ()
 CBSPNode2v (const CPlane &plane, CVector p0, CVector p1, uint v0, uint v1)
 ~CBSPNode2v ()
void insert (CBSPNode2v *node)
bool intersect (const CVector &p0, const CVector &p1, uint v0, uint v1) const

Public Attributes

CBSPNode2v * Back
CBSPNode2v * Front
CBSPNode2v * Parent
CPlane Plane
CVector P0
CVector P1
uint V0
uint V1

Constructor & Destructor Documentation

NLMISC::CBSPNode2v::CBSPNode2v   [inline]
 

Definition at line 198 of file polygon.cpp.

References Back, and Front.

Referenced by insert.

NLMISC::CBSPNode2v::CBSPNode2v const CPlane   plane,
CVector    p0,
CVector    p1,
uint    v0,
uint    v1
[inline]
 

Definition at line 203 of file polygon.cpp.

References Back, Front, P0, P1, Parent, Plane, V0, and V1.

NLMISC::CBSPNode2v::~CBSPNode2v   [inline]
 

Definition at line 211 of file polygon.cpp.

References Back, and Front.


Member Function Documentation

void NLMISC::CBSPNode2v::insert CBSPNode2v *    node [inline]
 

Definition at line 219 of file polygon.cpp.

References Back, CBSPNode2v, Front, and Plane.

bool NLMISC::CBSPNode2v::intersect const CVector   p0,
const CVector   p1,
uint    v0,
uint    v1
const [inline]
 

Definition at line 299 of file polygon.cpp.

References Back, Front, P0, P1, Plane, V0, and V1.


Member Data Documentation

CBSPNode2v* NLMISC::CBSPNode2v::Back
 

Definition at line 327 of file polygon.cpp.

Referenced by CBSPNode2v, insert, intersect, and ~CBSPNode2v.

CBSPNode2v * NLMISC::CBSPNode2v::Front
 

Definition at line 327 of file polygon.cpp.

Referenced by CBSPNode2v, insert, intersect, and ~CBSPNode2v.

CVector NLMISC::CBSPNode2v::P0
 

Definition at line 329 of file polygon.cpp.

Referenced by CBSPNode2v, and intersect.

CVector NLMISC::CBSPNode2v::P1
 

Definition at line 330 of file polygon.cpp.

Referenced by CBSPNode2v, and intersect.

CBSPNode2v * NLMISC::CBSPNode2v::Parent
 

Definition at line 327 of file polygon.cpp.

Referenced by CBSPNode2v.

CPlane NLMISC::CBSPNode2v::Plane
 

Definition at line 328 of file polygon.cpp.

Referenced by CBSPNode2v, insert, and intersect.

uint NLMISC::CBSPNode2v::V0
 

Definition at line 331 of file polygon.cpp.

Referenced by CBSPNode2v, and intersect.

uint NLMISC::CBSPNode2v::V1
 

Definition at line 332 of file polygon.cpp.

Referenced by CBSPNode2v, and intersect.


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