HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VEX_GeoCommandPointAdd< PREC > Class Template Reference

#include <VEX_GeoCommand.h>

+ Inheritance diagram for VEX_GeoCommandPointAdd< PREC >:

Public Member Functions

 VEX_GeoCommandPointAdd (exint srcelem, VEXvec3< PREC > pos)
 
 VEX_GeoCommandPointAdd (exint srcelem, VEXint< PREC > srcpt)
 
 VEX_GeoCommandPointAdd ()
 
VEXvec3< PREC > pos () const
 
VEXint< PREC > srcpt () const
 
- Public Member Functions inherited from VEX_GeoCommand
 VEX_GeoCommand (exint srcelem)
 
 VEX_GeoCommand ()
 
exint elem () const
 

Protected Attributes

VEXint< PREC > mySrcPt
 
VEXvec3< PREC > myPos
 
- Protected Attributes inherited from VEX_GeoCommand
exint mySourceElem
 

Detailed Description

template<VEX_Precision PREC>
class VEX_GeoCommandPointAdd< PREC >

Definition at line 150 of file VEX_GeoCommand.h.

Constructor & Destructor Documentation

template<VEX_Precision PREC>
VEX_GeoCommandPointAdd< PREC >::VEX_GeoCommandPointAdd ( exint  srcelem,
VEXvec3< PREC >  pos 
)
inline

Definition at line 153 of file VEX_GeoCommand.h.

template<VEX_Precision PREC>
VEX_GeoCommandPointAdd< PREC >::VEX_GeoCommandPointAdd ( exint  srcelem,
VEXint< PREC >  srcpt 
)
inline

Definition at line 159 of file VEX_GeoCommand.h.

template<VEX_Precision PREC>
VEX_GeoCommandPointAdd< PREC >::VEX_GeoCommandPointAdd ( )
inline

Definition at line 165 of file VEX_GeoCommand.h.

Member Function Documentation

template<VEX_Precision PREC>
VEXvec3<PREC> VEX_GeoCommandPointAdd< PREC >::pos ( ) const
inline

Definition at line 167 of file VEX_GeoCommand.h.

template<VEX_Precision PREC>
VEXint<PREC> VEX_GeoCommandPointAdd< PREC >::srcpt ( ) const
inline

Definition at line 168 of file VEX_GeoCommand.h.

Member Data Documentation

template<VEX_Precision PREC>
VEXvec3<PREC> VEX_GeoCommandPointAdd< PREC >::myPos
protected

Definition at line 173 of file VEX_GeoCommand.h.

template<VEX_Precision PREC>
VEXint<PREC> VEX_GeoCommandPointAdd< PREC >::mySrcPt
protected

Definition at line 172 of file VEX_GeoCommand.h.


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