TexGen
|
This is the complete list of members for TexGen::CInterpolationCubic, including all inherited members.
CalcSlaveNodePositions(const vector< CNode > &MasterNodes, vector< double > &LValues, vector< double > &TValues, double dL, int iNumNodes, int iNumPoints) const | TexGen::CInterpolation | protected |
CalculateNodeCoordinateSystem(const vector< CNode > &MasterNodes, vector< XYZ > &Tangents) const | TexGen::CInterpolation | protected |
CInterpolation(bool bPeriodic, bool bForceInPlaneTangent, bool bForceMasterNodeTangent) | TexGen::CInterpolation | |
CInterpolation(TiXmlElement &Element) | TexGen::CInterpolation | |
CInterpolationCubic(bool bPeriodic=true, bool bForceInPlaneTangent=false, bool bForceMasterNodeTangent=false) | TexGen::CInterpolationCubic | |
CInterpolationCubic(TiXmlElement &Element) | TexGen::CInterpolationCubic | |
Copy() const | TexGen::CInterpolationCubic | inlinevirtual |
CreateEquiSpacedSlaveNodes(vector< CSlaveNode > &SlaveNodes, const vector< CNode > &MasterNodes, int iNumPoints) const | TexGen::CInterpolation | protected |
CreateInterpolation(TiXmlElement &Element) | TexGen::CInterpolation | static |
CreateSlaveNodes(vector< CSlaveNode > &SlaveNodes, const vector< CNode > &MasterNodes, int iNumPoints) const | TexGen::CInterpolation | protected |
GetForceInPlaneTangent() const | TexGen::CInterpolation | inline |
GetNaturalCubicSplines(const vector< double > &Knots, vector< CUBICEQUATION > &Cubics) | TexGen::CInterpolationCubic | protectedstatic |
GetNode(const vector< CNode > &MasterNodes, int iIndex, double t) const | TexGen::CInterpolationCubic | virtual |
TexGen::CInterpolation::GetNode(const vector< CNode > &MasterNodes, double t) const | TexGen::CInterpolation | |
GetPeriodic() const | TexGen::CInterpolation | inline |
GetPeriodicCubicSplines(const vector< double > &Knots, vector< CUBICEQUATION > &Cubics) | TexGen::CInterpolationCubic | protectedstatic |
GetSlaveNodes(const vector< CNode > &MasterNodes, int iNumPoints, bool bEquiSpaced=true) const | TexGen::CInterpolation | |
GetType() const | TexGen::CInterpolationCubic | inlinevirtual |
Initialise(const vector< CNode > &MasterNodes) const | TexGen::CInterpolationCubic | virtual |
InterpolateAngle(const CNode &Node1, const CNode &Node2, CSlaveNode &SlaveNode, double t) | TexGen::CInterpolation | protectedstatic |
InterpolateUp(const CNode &Node1, const CNode &Node2, CSlaveNode &SlaveNode, double t) | TexGen::CInterpolation | protectedstatic |
m_bForceInPlaneTangent | TexGen::CInterpolation | protected |
m_bForceMasterNodeTangent | TexGen::CInterpolation | protected |
m_bPeriodic | TexGen::CInterpolation | protected |
m_XCubics | TexGen::CInterpolationCubic | mutableprotected |
m_YCubics | TexGen::CInterpolationCubic | mutableprotected |
m_ZCubics | TexGen::CInterpolationCubic | mutableprotected |
PopulateTiXmlElement(TiXmlElement &Element, OUTPUT_TYPE OutputType) const | TexGen::CInterpolation | virtual |
SetForceInPlaneTangent(bool bForceInPlaneTangent) | TexGen::CInterpolation | inline |
SetPeriodic(bool bPeriodic) | TexGen::CInterpolation | inline |
~CInterpolation(void) | TexGen::CInterpolation | virtual |
~CInterpolationCubic(void) | TexGen::CInterpolationCubic |