GeoTessCPP  2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines
geotess::ProfileNPoint Member List
This is the complete list of members for geotess::ProfileNPoint, including all inherited members.
class_count()geotess::Profile [inline, static]
class_name()geotess::ProfileNPoint [inline, static]
class_size() const geotess::ProfileNPoint [inline, virtual]
findClosestRadiusIndex(double radius) const geotess::Profile [virtual]
getData()geotess::ProfileNPoint [inline, virtual]
getData(int i)geotess::ProfileNPoint [inline, virtual]
getData(int i) const geotess::ProfileNPoint [inline, virtual]
getDataBottom() const geotess::ProfileNPoint [inline, virtual]
getDataBottom()geotess::ProfileNPoint [inline, virtual]
getDataTop() const geotess::ProfileNPoint [inline, virtual]
getDataTop()geotess::ProfileNPoint [inline, virtual]
getInterpolationCoefficient(int index, double radius) const geotess::ProfileNPoint [inline, virtual]
getInterpolationCoefficient(int index, double radius, bool allowOutOfRange) const geotess::ProfileNPoint [virtual]
getNData() const geotess::ProfileNPoint [inline, virtual]
getNRadii() const geotess::ProfileNPoint [inline, virtual]
getPointIndex(int nodeIndex) const geotess::Profile [virtual]
getRadii()geotess::ProfileNPoint [inline, virtual]
getRadius(int i) const geotess::ProfileNPoint [inline, virtual]
getRadiusBottom() const geotess::ProfileNPoint [inline, virtual]
getRadiusIndex(double radius, int jlo) const geotess::ProfileNPoint [virtual]
geotess::Profile::getRadiusIndex(double radius) const geotess::Profile [inline]
getRadiusTop() const geotess::ProfileNPoint [inline, virtual]
getThickness()geotess::Profile [inline]
getType() const geotess::ProfileNPoint [inline, virtual]
getValue(int attributeIndex, int radiusIndex) const geotess::ProfileNPoint [inline, virtual]
getValue(const InterpolatorType &radialType, int attributeIndex, double radius, bool allowRadiusOutOfRange) const geotess::ProfileNPoint [inline, virtual]
geotess::Profile::getValue(const vector< int > &nodeIds, const vector< double > &coefficients, int attributeIndex) const geotess::Profile [inline]
getValueBottom(int attributeIndex) const geotess::Profile [inline, virtual]
getValueTop(int attributeIndex) const geotess::ProfileNPoint [inline, virtual]
isNaN(int nodeIndex, int attributeIndex)geotess::ProfileNPoint [inline, virtual]
newProfile(const vector< float > &radii, vector< Data * > &data)geotess::Profile [static]
newProfile(const vector< float > &radii, vector< vector< double > > &data)geotess::Profile [static]
newProfile(const vector< float > &radii, vector< vector< float > > &data)geotess::Profile [static]
newProfile(const vector< float > &radii, vector< vector< LONG_INT > > &data)geotess::Profile [static]
newProfile(const vector< float > &radii, vector< vector< int > > &data)geotess::Profile [static]
newProfile(const vector< float > &radii, vector< vector< short > > &data)geotess::Profile [static]
newProfile(const vector< float > &radii, vector< vector< byte > > &data)geotess::Profile [static]
newProfile(float *radii, const int &nRadii, Data **data, const int &nData)geotess::Profile [static]
newProfile(float *radii, const int &nRadii, double **values, const int &nNodes, const int &nAttributes)geotess::Profile [inline, static]
newProfile(float *radii, const int &nRadii, float **values, const int &nNodes, const int &nAttributes)geotess::Profile [inline, static]
newProfile(float *radii, const int &nRadii, LONG_INT **values, const int &nNodes, const int &nAttributes)geotess::Profile [inline, static]
newProfile(float *radii, const int &nRadii, int **values, const int &nNodes, const int &nAttributes)geotess::Profile [inline, static]
newProfile(float *radii, const int &nRadii, short **values, const int &nNodes, const int &nAttributes)geotess::Profile [inline, static]
newProfile(float *radii, const int &nRadii, byte **values, const int &nNodes, const int &nAttributes)geotess::Profile [inline, static]
operator==(const Profile &p) const geotess::ProfileNPoint [inline, virtual]
ProfileNPoint(float *r, Data **dat, int size)geotess::ProfileNPoint [inline]
ProfileNPoint(const vector< float > &r, vector< Data * > &d)geotess::ProfileNPoint [inline]
ProfileNPoint(float *rad, const vector< Data * > &dat)geotess::ProfileNPoint
setData(const vector< Data * > &inData)geotess::ProfileNPoint [virtual]
setData(int index, Data *inData)geotess::ProfileNPoint [inline, virtual]
setRadii(const vector< float > &newRadii)geotess::ProfileNPoint [inline, virtual]