open-dis-cpp
Public Member Functions | Protected Attributes | List of all members
DIS::GridAxis Class Reference

Public Member Functions

virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
double getDomainInitialXi () const
 
void setDomainInitialXi (double pX)
 
double getDomainFinalXi () const
 
void setDomainFinalXi (double pX)
 
unsigned short getDomainPointsXi () const
 
void setDomainPointsXi (unsigned short pX)
 
unsigned char getInterleafFactor () const
 
void setInterleafFactor (unsigned char pX)
 
unsigned char getAxisType () const
 
void setAxisType (unsigned char pX)
 
unsigned short getNumberOfPointsOnXiAxis () const
 
void setNumberOfPointsOnXiAxis (unsigned short pX)
 
unsigned short getInitialIndex () const
 
void setInitialIndex (unsigned short pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const GridAxis &rhs) const
 

Protected Attributes

double _domainInitialXi
 coordinate of the grid origin or initial value
 
double _domainFinalXi
 coordinate of the endpoint or final value
 
unsigned short _domainPointsXi
 The number of grid points along the Xi domain axis for the enviornmental state data.
 
unsigned char _interleafFactor
 interleaf factor along the domain axis. More...
 
unsigned char _axisType
 type of grid axis
 
unsigned short _numberOfPointsOnXiAxis
 Number of grid locations along Xi axis.
 
unsigned short _initialIndex
 initial grid point for the current pdu
 

Member Data Documentation

◆ _interleafFactor

unsigned char DIS::GridAxis::_interleafFactor
protected

interleaf factor along the domain axis.


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