VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions
DtAllTypesPolygon Class Reference
Inheritance diagram for DtAllTypesPolygon:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtAllTypesPolygon ()
virtual unsigned int numberOfVertices () const =0
virtual DtVector normal () const =0
virtual bool getEdge (DtChord &edge, int edgeNumber) const =0
virtual void getNormal (DtVector &normal) const =0
virtual void countPolyColors (DtColorCountRecord &cr, const DtExtent &e) const =0
virtual bool intersect (const DtChord &chord, DtPoint &intersectionPoint, double &t) const =0
virtual bool intersect (const DtChord &chord, DtChordIntersectionRecord &record, DtIntersectRecordType irtFlag) const =0
virtual int intersectBundle (const DtChordBundle &chordBundle, DtList &recordList, DtIntersectRecordType irtFlag) const =0
virtual bool intersect (const DtSphere &sphere, DtSphereIntersectionRecord &record, DtIntersectRecordType irtFlag) const =0
virtual double minZ () const =0
virtual double maxZ () const =0
virtual bool getVertex (DtPoint &retVal, unsigned int i) const =0
virtual const DtPointgetVertex (unsigned int i) const =0
virtual bool getSurface (DtSurface &s) const =0
virtual const DtSurfacegetSurface () const =0
virtual bool setSurface (const DtSurface &newSurface)=0
virtual bool pointInPolygon (const DtPoint &point) const =0
virtual double closestPointOnChordToPolygon (const DtChord &chord, DtPoint &closestPoint, double cutoffDistance=0.) const =0
virtual int sizeInBytes () const =0
- Public Member Functions inherited from DtGdbNode
virtual ~DtGdbNode ()
DtGdbNodeoperator= (const DtGdbNode &orig)
virtual DtGdbNodeType type (void) const =0
virtual void dump (int indentLevel) const =0
virtual DtTerrainFileVersionNumber minSaveVersion () const
virtual void expandExtent (DtExtent &extent) const
virtual void recomputeExtent ()
virtual bool applyTransform (const DtHomogeneousTransfMatrix &matrix, bool createNewVertices)
virtual DtGdbNodereduce (int &numReductions)
virtual DtGdbNodepersistentReduce ()
virtual bool sanityCheck () const
virtual bool allIntersectsAlongChord (const DtChord &chord, DtChordIntersectRecordList &intList, DtIntersectRecordType irtFlag) const
virtual int allIntersectsAlongChordBundle (const DtChordBundle &chordBundle, DtList &intListList, DtIntersectRecordType irtFlag) const
virtual void allInstancesOf (const DtGdbNodeType searchType, DtFoundInstancesContainer &foundInstances, bool recurseIntoCoordSysNodes=false)
virtual void allInstancesOf (const DtGdbNodeType searchType, DtFoundInstancesConstContainer &foundInstances, bool recurseIntoCoordSysNodes=false) const
virtual void allInstancesOf (const DtGdbNodeType searchType, DtFoundInstancesContainer &foundInstances, bool recurseIntoCoordSysNodes, DtGdbNodeEvaluationFunctor &functor)
virtual void allInstancesOf (const DtGdbNodeType searchType, DtFoundInstancesConstContainer &foundInstances, bool recurseIntoCoordSysNodes, DtGdbNodeEvaluationFunctor &functor) const
virtual void purgeAllInstancesOf (const DtGdbNodeType searchType)
virtual DtGdbNodepurgeAll ()
virtual DtGdbNodeparent (DtGdbNode *child)
virtual DtGdbNoderemoveChild (DtGdbNode *child)
virtual void polygonToTriangle (DtMemoryManager *memMgr, unsigned int &numIndConverted, unsigned int &numIndTotal)
virtual unsigned int loadAllExternalFiles () const
virtual unsigned int unloadAllExternalFiles () const
- Public Member Functions inherited from DtMemoryManageable
 DtMemoryManageable ()
virtual ~DtMemoryManageable ()
 DtMemoryManageable (const DtMemoryManageable &orig)
DtMemoryManageableoperator= (const DtMemoryManageable &orig)
virtual void setIsRemoved (bool onOff)
virtual bool isMemoryManaged () const
bool isRemoved () const

Protected Member Functions

 DtAllTypesPolygon ()
 DtAllTypesPolygon (const DtAllTypesPolygon &orig)
DtAllTypesPolygonoperator= (const DtAllTypesPolygon &orig)
- Protected Member Functions inherited from DtGdbNode
 DtGdbNode ()
 DtGdbNode (const DtGdbNode &orig)
- Protected Member Functions inherited from DtMemoryManageable
virtual void setIsMemoryManaged ()

Additional Inherited Members

- Public Types inherited from DtGdbNode
enum  DtGdbNodeType {
  NULL_NODE = -1, GRIDPOST_LIST = 0, VERTEX_LIST, GROUP,
  POLYGON_IMMEDIATE, POLYGON_INDIRECT, LEVEL_OF_DETAIL, GRID,
  DYNAMIC_COORDINATE_SYSTEM, STATIC_COORDINATE_SYSTEM, TERRAIN_FEATURE, CULTURAL_FEATURE,
  BUILDING, TREE, TRIANGLE_INDIRECT, FILE_NODE,
  REF_GROUP, EXTENT_TRIANGLE_INDIRECT, LAST_NODE_TYPE
}
enum  DtIntersectRecordType {
  IRT_NO_DATA = 0, IRT_IPOINT = 0x01, IRT_INORMAL = 0x02, IRT_IPOLYGON = 0x04,
  IRT_ALL_DATA_TERRAIN = 0x07, IRT_VECTOR_DATA_INPOINT = 0x10, IRT_VECTOR_DATA_ALONG_CHORD = 0x20, IRT_ALL_DATA_INPOINT = 0x17,
  IRT_ALL_DATA_ALONG_CHORD = 0x27
}
typedef std::set< DtGdbNode * > DtFoundInstancesContainer
typedef
DtFoundInstancesContainer::iterator 
DtFoundInstancesIter
typedef
DtFoundInstancesContainer::const_iterator 
DtFoundInstancesConstIter
typedef std::set< const
DtGdbNode * > 
DtFoundInstancesConstContainer
typedef
DtFoundInstancesConstContainer::iterator 
DtConstFoundInstancesIter
typedef
DtFoundInstancesConstContainer::const_iterator 
DtConstFoundInstancesConstIter
- Protected Attributes inherited from DtGdbNode
DtGdbNodemyOwner

Constructor & Destructor Documentation

virtual DtAllTypesPolygon::~DtAllTypesPolygon ( )
virtual
DtAllTypesPolygon::DtAllTypesPolygon ( )
protected
DtAllTypesPolygon::DtAllTypesPolygon ( const DtAllTypesPolygon orig)
protected

Member Function Documentation

DtAllTypesPolygon& DtAllTypesPolygon::operator= ( const DtAllTypesPolygon orig)
protected
virtual unsigned int DtAllTypesPolygon::numberOfVertices ( ) const
pure virtual

Implemented in DtBasePolygon, and DtBaseTriangle.

virtual DtVector DtAllTypesPolygon::normal ( ) const
pure virtual

Implemented in DtBasePolygon, and DtBaseTriangle.

virtual bool DtAllTypesPolygon::getEdge ( DtChord edge,
int  edgeNumber 
) const
pure virtual

Implemented in DtBasePolygon, and DtBaseTriangle.

virtual void DtAllTypesPolygon::getNormal ( DtVector normal) const
pure virtual

Implemented in DtBasePolygon, and DtBaseTriangle.

virtual void DtAllTypesPolygon::countPolyColors ( DtColorCountRecord cr,
const DtExtent e 
) const
pure virtual

Reimplemented from DtGdbNode.

Implemented in DtBaseTriangle, and DtBasePolygon.

virtual bool DtAllTypesPolygon::intersect ( const DtChord chord,
DtPoint intersectionPoint,
double &  t 
) const
pure virtual

Reimplemented from DtGdbNode.

Implemented in DtBasePolygon, DtBaseTriangle, and DtTriangleIndirect.

virtual bool DtAllTypesPolygon::intersect ( const DtChord chord,
DtChordIntersectionRecord record,
DtIntersectRecordType  irtFlag 
) const
pure virtual

Reimplemented from DtGdbNode.

Implemented in DtBasePolygon, and DtBaseTriangle.

virtual int DtAllTypesPolygon::intersectBundle ( const DtChordBundle chordBundle,
DtList &  recordList,
DtIntersectRecordType  irtFlag 
) const
pure virtual

Reimplemented from DtGdbNode.

Implemented in DtBasePolygon, and DtBaseTriangle.

virtual bool DtAllTypesPolygon::intersect ( const DtSphere sphere,
DtSphereIntersectionRecord record,
DtIntersectRecordType  irtFlag 
) const
pure virtual

Reimplemented from DtGdbNode.

Implemented in DtBasePolygon, and DtBaseTriangle.

virtual double DtAllTypesPolygon::minZ ( ) const
pure virtual

Implemented in DtBasePolygon, and DtBaseTriangle.

virtual double DtAllTypesPolygon::maxZ ( ) const
pure virtual

Implemented in DtBasePolygon, and DtBaseTriangle.

virtual bool DtAllTypesPolygon::getVertex ( DtPoint retVal,
unsigned int  i 
) const
pure virtual
virtual const DtPoint& DtAllTypesPolygon::getVertex ( unsigned int  i) const
pure virtual
virtual bool DtAllTypesPolygon::getSurface ( DtSurface s) const
pure virtual
virtual const DtSurface& DtAllTypesPolygon::getSurface ( ) const
pure virtual
virtual bool DtAllTypesPolygon::setSurface ( const DtSurface newSurface)
pure virtual
virtual bool DtAllTypesPolygon::pointInPolygon ( const DtPoint point) const
pure virtual

Implemented in DtBasePolygon, and DtBaseTriangle.

virtual double DtAllTypesPolygon::closestPointOnChordToPolygon ( const DtChord chord,
DtPoint closestPoint,
double  cutoffDistance = 0. 
) const
pure virtual

Implemented in DtBasePolygon, and DtBaseTriangle.

virtual int DtAllTypesPolygon::sizeInBytes ( ) const
pure virtual

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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)