GeoTessCPP
2.1
Software to facilitate storage and retrieval of 3D information about the Earth.
|
#include <GeoTessProfileEmpty.h>
Public Member Functions | |
GeoTessProfileEmpty (float radBot, float radTop) | |
GeoTessProfileEmpty (IFStreamBinary &ifs) | |
GeoTessProfileEmpty (IFStreamAscii &ifs) | |
GeoTessProfileEmpty (float radii[], int &rIndex) | |
virtual | ~GeoTessProfileEmpty () |
virtual int | class_size () const |
virtual GeoTessProfile * | copy () |
virtual int | findClosestRadiusIndex (double radius) const |
virtual void | getCoefficients (map< int, double > &coefficients, double radius, double horizontalCoefficient) const |
virtual GeoTessData ** | getData () |
virtual GeoTessData * | getData (int i) |
virtual const GeoTessData & | getData (int i) const |
virtual const GeoTessData & | getDataBottom () const |
virtual GeoTessData * | getDataBottom () |
virtual const GeoTessData & | getDataTop () const |
virtual GeoTessData * | getDataTop () |
virtual int | getNData () const |
virtual int | getNRadii () const |
virtual int | getPointIndex (int nodeIndex) const |
virtual float * | getRadii () |
virtual float | getRadius (int i) const |
virtual float | getRadiusBottom () const |
virtual float | getRadiusTop () const |
virtual const GeoTessProfileType & | getType () const |
virtual double | getValue (const GeoTessInterpolatorType &rInterpType, int attributeIndex, double radius, bool allowRadiusOutOfRange) const |
virtual double | getValue (int attributeIndex, int nodeIndex) const |
virtual double | getValueBottom (int attributeIndex) const |
virtual double | getValueTop (int attributeIndex) const |
virtual void | getWeights (map< int, double > &weights, double dkm, double radius, double hcoefficient) const |
virtual bool | isNaN (int nodeIndex, int attributeIndex) |
virtual bool | operator== (const GeoTessProfile &p) const |
virtual void | resetPointIndices () |
virtual void | setData (const vector< GeoTessData * > &inData) |
virtual void | setData (int index, GeoTessData *inData) |
virtual void | setInterpolationCoefficients (const GeoTessInterpolatorType &interpType, vector< int > &nodeIndexes, vector< double > &coefficients, double &radius, bool &allowOutOfRange) |
virtual void | setPointIndex (int nodeIndex, int pointIndex) |
virtual void | setRadii (const vector< float > &newRadii) |
virtual void | setRadius (int index, float radius) |
virtual void | write (IFStreamBinary &ofs) |
virtual void | write (IFStreamAscii &ofs) |
![]() | |
virtual double | getInterpolationCoefficient (int i, double radius, bool allowOutOfRange) const |
int | getRadiusIndex (double radius) const |
virtual int | getRadiusIndex (double radius, int jlo) const |
double | getThickness () |
double | getValue (const vector< int > &nodeIds, const vector< double > &coefficients, int attributeIndex) const |
Static Public Member Functions | |
static string | class_name () |
![]() | |
static int | class_count () |
static string | class_name () |
static GeoTessProfile * | newProfile (const vector< float > &radii, vector< GeoTessData * > &data) |
static GeoTessProfile * | newProfile (const vector< float > &radii, vector< vector< double > > &data) |
static GeoTessProfile * | newProfile (const vector< float > &radii, vector< vector< float > > &data) |
static GeoTessProfile * | newProfile (const vector< float > &radii, vector< vector< LONG_INT > > &data) |
static GeoTessProfile * | newProfile (const vector< float > &radii, vector< vector< int > > &data) |
static GeoTessProfile * | newProfile (const vector< float > &radii, vector< vector< short > > &data) |
static GeoTessProfile * | newProfile (const vector< float > &radii, vector< vector< byte > > &data) |
static GeoTessProfile * | newProfile (float *radii, const int &nRadii, GeoTessData **data, const int &nData) |
static GeoTessProfile * | newProfile (float *radii, const int &nRadii, double **values, const int &nNodes, const int &nAttributes) |
static GeoTessProfile * | newProfile (float *radii, const int &nRadii, float **values, const int &nNodes, const int &nAttributes) |
static GeoTessProfile * | newProfile (float *radii, const int &nRadii, LONG_INT **values, const int &nNodes, const int &nAttributes) |
static GeoTessProfile * | newProfile (float *radii, const int &nRadii, int **values, const int &nNodes, const int &nAttributes) |
static GeoTessProfile * | newProfile (float *radii, const int &nRadii, short **values, const int &nNodes, const int &nAttributes) |
static GeoTessProfile * | newProfile (float *radii, const int &nRadii, byte **values, const int &nNodes, const int &nAttributes) |
A Profile object that defines two radii, one at the bottom and other at the top of the associated layer, and no Data. Profiles of this type should never be connected together by the connectivity of a tessellation.
|
inline |
Default constructor.
|
inline |
Standard constructor. Reads radii from the provided input file stream.
|
inline |
Standard constructor. Reads radii from the provided input file stream.
|
inline |
Standard constructor creates references into the supplied array of radii.
|
inlinevirtual |
Default destructor.
|
inlinestatic |
Returns the class name.
|
inlinevirtual |
Returns the class size.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Returns a deep copy of this profile.
|
inlinevirtual |
Find the index of the node in this Profile that has radius closest to the supplied radius.
radius | in km |
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
|
virtual |
Retrieve a reference to all of the Data obects associated with this Profile.
Reimplemented from geotess::GeoTessProfile.
|
virtual |
Retrieve a reference the i'th Data object
Reimplemented from geotess::GeoTessProfile.
|
virtual |
Retrieve a reference the i'th Data object
Reimplemented from geotess::GeoTessProfile.
|
virtual |
Get the Data object at the bottom of the profile.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Get the Data object at the bottom of the profile.
Reimplemented from geotess::GeoTessProfile.
|
virtual |
Get the Data object at the top of the profile.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Get the Data object at the top of the profile.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Get the number of Data objects that comprise this profile.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Get the number of radii that comprise this profile.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Get the pointIndex that corresponds to the supplied nodeIndex.
There is a node index for each Data object in a profile and they are indexed from 0 to the number of Data objects managed by a Profile. There is a pointIndex for every Data object in the entire model, indexed from 0 to the number of Data objects in the model.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Retrieve a deeep copy of the radii values in km.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Get the i'th radius value in this profile in km. Radii are in order of increasing radius.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Get the radius at the bottom of the profile, in km.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Get the radius at the top of the profile, in km.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Returns ProfileType (EMPTY).
Reimplemented from geotess::GeoTessProfile.
|
virtual |
Retrieve the value of the specified attribute interpolated at the specified radius. Unsuppported for ProfileEmpty.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Retrieve the value of the specified attribute interpolated from this profile at the specified radius index
attributeIndex | |
nodeIndex |
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Retrieve the value of the specified attribute at the bottom of the layer.
attributeIndex |
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Retrieve the value of the specified attribute at the top of the layer.
attributeIndex |
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Add dkm * hcoefficient to the weight of this point index into the input map. This works for Profile types Constant, Thin and Surface since they only have a single node in the profile. It does not work for ProfileNPoint and ProfileEmpty so they override this method.
|
inlinevirtual |
Return true if the specified Data value is NaN. For doubles and floats, this means not NaN. For bytes, shorts, ints and longs, always returns false since there is no value that is NaN.
nodeIndex | |
attributeIndex |
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Return true if the input Profile object (p) equals this Profile object.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Reset all the pointIndex values to -1.
There is a node index for each Data object in a profile and they are indexed from 0 to the number of Data objects managed by a Profile. There is a pointIndex for every Data object in the entire model, indexed from 0 to the number of Data objects in the model.
|
inlinevirtual |
Resets the data object to the new input data
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Resets the data object at index to the new input data.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
|
inlinevirtual |
Set the pointIndex that corresponds to the supplied nodeIndex.
There is a node index for each Data object in a profile and they are indexed from 0 to the number of Data objects managed by a Profile. There is a pointIndex for every Data object in the entire model, indexed from 0 to the number of Data objects in the model.
|
inlinevirtual |
Replace the radii currently associated with this Profile with new values.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Replace the radius at the specified nodeIndex.
Reimplemented from geotess::GeoTessProfile.
|
inlinevirtual |
Write the radii and data values to binary file.
|
inlinevirtual |
Write the radii and data values to binary file.