# 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  

NL3D::CPatchBlockIdent Class Reference

An descriptor of a group of tiles in a patch. More...

#include <patch.h>

List of all members.

Public Methods

Operators.
bool operator== (const CPatchBlockIdent &pb) const
bool operator!= (const CPatchBlockIdent &pb) const
bool operator< (const CPatchBlockIdent &pb) const
bool operator<= (const CPatchBlockIdent &pb) const
bool operator> (const CPatchBlockIdent &pb) const
bool operator>= (const CPatchBlockIdent &pb) const

Public Attributes

CPatchIdent PatchId
 the patch. More...

uint8 OrderS
 size of the patch, in tile coordinates. More...

uint8 OrderT
 size of the patch, in tile coordinates. More...

uint8 S0
 coordinate of the SubPart of the patch, in tile coordinates. More...

uint8 S1
 coordinate of the SubPart of the patch, in tile coordinates. More...

uint8 T0
 coordinate of the SubPart of the patch, in tile coordinates. More...

uint8 T1
 coordinate of the SubPart of the patch, in tile coordinates. More...


Detailed Description

An descriptor of a group of tiles in a patch.

Author:
Lionel Berenguier , Nevrax France
Date:
2000

Definition at line 190 of file patch.h.


Member Function Documentation

bool NL3D::CPatchBlockIdent::operator!= const CPatchBlockIdent &    pb const [inline]
 

Definition at line 209 of file patch.h.

bool NL3D::CPatchBlockIdent::operator< const CPatchBlockIdent &    pb const [inline]
 

Definition at line 214 of file patch.h.

References S0, S1, T0, and T1.

bool NL3D::CPatchBlockIdent::operator<= const CPatchBlockIdent &    pb const [inline]
 

Definition at line 223 of file patch.h.

bool NL3D::CPatchBlockIdent::operator== const CPatchBlockIdent &    pb const [inline]
 

Definition at line 203 of file patch.h.

References S0, S1, T0, and T1.

bool NL3D::CPatchBlockIdent::operator> const CPatchBlockIdent &    pb const [inline]
 

Definition at line 227 of file patch.h.

bool NL3D::CPatchBlockIdent::operator>= const CPatchBlockIdent &    pb const [inline]
 

Definition at line 231 of file patch.h.


Member Data Documentation

uint8 NL3D::CPatchBlockIdent::OrderS
 

size of the patch, in tile coordinates.

Definition at line 196 of file patch.h.

uint8 NL3D::CPatchBlockIdent::OrderT
 

size of the patch, in tile coordinates.

Definition at line 196 of file patch.h.

CPatchIdent NL3D::CPatchBlockIdent::PatchId
 

the patch.

Definition at line 194 of file patch.h.

uint8 NL3D::CPatchBlockIdent::S0
 

coordinate of the SubPart of the patch, in tile coordinates.

Definition at line 198 of file patch.h.

Referenced by operator<, and operator==.

uint8 NL3D::CPatchBlockIdent::S1
 

coordinate of the SubPart of the patch, in tile coordinates.

Definition at line 198 of file patch.h.

Referenced by operator<, and operator==.

uint8 NL3D::CPatchBlockIdent::T0
 

coordinate of the SubPart of the patch, in tile coordinates.

Definition at line 198 of file patch.h.

Referenced by operator<, and operator==.

uint8 NL3D::CPatchBlockIdent::T1
 

coordinate of the SubPart of the patch, in tile coordinates.

Definition at line 198 of file patch.h.

Referenced by operator<, and operator==.


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