|
GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
This is the complete list of members for geotess::Profile, including all inherited members.
| class_count() | geotess::Profile | inlinestatic |
| class_name() | geotess::Profile | inlinestatic |
| class_size() const | geotess::Profile | inlinevirtual |
| findClosestRadiusIndex(double radius) const | geotess::Profile | virtual |
| getData() | geotess::Profile | virtual |
| getData(int i) | geotess::Profile | virtual |
| getData(int i) const | geotess::Profile | virtual |
| getDataBottom() const | geotess::Profile | virtual |
| getDataBottom() | geotess::Profile | virtual |
| getDataTop() const | geotess::Profile | virtual |
| getDataTop() | geotess::Profile | virtual |
| getInterpolationCoefficient(int i, double radius, bool allowOutOfRange) const | geotess::Profile | inlinevirtual |
| getNData() const | geotess::Profile | virtual |
| getNRadii() const | geotess::Profile | virtual |
| getPointIndex(int nodeIndex) const | geotess::Profile | virtual |
| getRadii() | geotess::Profile | virtual |
| getRadius(int i) const | geotess::Profile | virtual |
| getRadiusBottom() const | geotess::Profile | virtual |
| getRadiusIndex(double radius) const | geotess::Profile | inline |
| getRadiusIndex(double radius, int jlo) const | geotess::Profile | inlinevirtual |
| getRadiusTop() const | geotess::Profile | virtual |
| getThickness() | geotess::Profile | inline |
| getType() const | geotess::Profile | virtual |
| getValue(const InterpolatorType &rInterpType, int attributeIndex, double radius, bool allowRadiusOutOfRange) const | geotess::Profile | virtual |
| getValue(const vector< int > &nodeIds, const vector< double > &coefficients, int attributeIndex) const | geotess::Profile | inline |
| getValue(int attributeIndex, int nodeIndex) const | geotess::Profile | virtual |
| getValueBottom(int attributeIndex) const | geotess::Profile | inlinevirtual |
| getValueTop(int attributeIndex) const | geotess::Profile | virtual |
| isNaN(int nodeIndex, int attributeIndex) | geotess::Profile | 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 | inlinestatic |
| newProfile(float *radii, const int &nRadii, float **values, const int &nNodes, const int &nAttributes) | geotess::Profile | inlinestatic |
| newProfile(float *radii, const int &nRadii, LONG_INT **values, const int &nNodes, const int &nAttributes) | geotess::Profile | inlinestatic |
| newProfile(float *radii, const int &nRadii, int **values, const int &nNodes, const int &nAttributes) | geotess::Profile | inlinestatic |
| newProfile(float *radii, const int &nRadii, short **values, const int &nNodes, const int &nAttributes) | geotess::Profile | inlinestatic |
| newProfile(float *radii, const int &nRadii, byte **values, const int &nNodes, const int &nAttributes) | geotess::Profile | inlinestatic |
| operator==(const Profile &p) const | geotess::Profile | inlinevirtual |
| setData(int index, Data *data) | geotess::Profile | virtual |
| setData(const vector< Data * > &inData) | geotess::Profile | virtual |
| setRadii(const vector< float > &newRadii) | geotess::Profile | virtual |
1.8.1.1