GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
class_count() | geotess::Profile | [inline, static] |
class_name() | geotess::ProfileEmpty | [inline, static] |
class_size() const | geotess::ProfileEmpty | [inline, virtual] |
copy() | geotess::ProfileEmpty | [inline, virtual] |
findClosestRadiusIndex(double radius) const | geotess::ProfileEmpty | [inline, virtual] |
getCoefficients(map< int, double > &coefficients, double radius, double horizontalCoefficient) const | geotess::ProfileEmpty | [inline, virtual] |
getData() | geotess::ProfileEmpty | [virtual] |
getData(int i) | geotess::ProfileEmpty | [virtual] |
getData(int i) const | geotess::ProfileEmpty | [virtual] |
getDataBottom() const | geotess::ProfileEmpty | [virtual] |
getDataBottom() | geotess::ProfileEmpty | [inline, virtual] |
getDataTop() const | geotess::ProfileEmpty | [virtual] |
getDataTop() | geotess::ProfileEmpty | [inline, virtual] |
getInterpolationCoefficient(int i, double radius, bool allowOutOfRange) const | geotess::Profile | [inline, virtual] |
getNData() const | geotess::ProfileEmpty | [inline, virtual] |
getNRadii() const | geotess::ProfileEmpty | [inline, virtual] |
getPointIndex(int nodeIndex) const | geotess::ProfileEmpty | [inline, virtual] |
getRadii() | geotess::ProfileEmpty | [inline, virtual] |
getRadius(int i) const | geotess::ProfileEmpty | [inline, virtual] |
getRadiusBottom() const | geotess::ProfileEmpty | [inline, virtual] |
getRadiusIndex(double radius) const | geotess::Profile | [inline] |
getRadiusIndex(double radius, int jlo) const | geotess::Profile | [inline, virtual] |
getRadiusTop() const | geotess::ProfileEmpty | [inline, virtual] |
getThickness() | geotess::Profile | [inline] |
getType() const | geotess::ProfileEmpty | [inline, virtual] |
getValue(const InterpolatorType &rInterpType, int attributeIndex, double radius, bool allowRadiusOutOfRange) const | geotess::ProfileEmpty | [virtual] |
getValue(int attributeIndex, int nodeIndex) const | geotess::ProfileEmpty | [inline, virtual] |
geotess::Profile::getValue(const vector< int > &nodeIds, const vector< double > &coefficients, int attributeIndex) const | geotess::Profile | [inline] |
getValueBottom(int attributeIndex) const | geotess::ProfileEmpty | [inline, virtual] |
getValueTop(int attributeIndex) const | geotess::ProfileEmpty | [inline, virtual] |
getWeights(map< int, double > &weights, double dkm, double radius, double hcoefficient) const | geotess::ProfileEmpty | [inline, virtual] |
isNaN(int nodeIndex, int attributeIndex) | geotess::ProfileEmpty | [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::ProfileEmpty | [inline, virtual] |
ProfileEmpty(float radBot, float radTop) | geotess::ProfileEmpty | [inline] |
ProfileEmpty(IFStreamBinary &ifs) | geotess::ProfileEmpty | [inline] |
ProfileEmpty(IFStreamAscii &ifs) | geotess::ProfileEmpty | [inline] |
ProfileEmpty(float radii[], int &rIndex) | geotess::ProfileEmpty | [inline] |
resetPointIndices() | geotess::ProfileEmpty | [inline, virtual] |
setData(const vector< Data * > &inData) | geotess::ProfileEmpty | [inline, virtual] |
setData(int index, Data *inData) | geotess::ProfileEmpty | [inline, virtual] |
setInterpolationCoefficients(const InterpolatorType &interpType, vector< int > &nodeIndexes, vector< double > &coefficients, double &radius, bool &allowOutOfRange) | geotess::ProfileEmpty | [inline, virtual] |
setPointIndex(int nodeIndex, int pointIndex) | geotess::ProfileEmpty | [inline, virtual] |
setRadii(const vector< float > &newRadii) | geotess::ProfileEmpty | [inline, virtual] |
write(IFStreamBinary &ofs) | geotess::ProfileEmpty | [inline, virtual] |
write(IFStreamAscii &ofs) | geotess::ProfileEmpty | [inline, virtual] |
~ProfileEmpty() | geotess::ProfileEmpty | [inline, virtual] |