This structure is used to retrieve information about the current dataset. More...
Public Member Functions | |
VgIDatabaseDatasetDescriptor () | |
Constructor. | |
Public Attributes | |
std::string | mName |
The dataset name. | |
VgEngine::VgPosition | mMinimum |
The minimum bound value. | |
VgEngine::VgPosition | mMaximum |
The maximum bound value. |
This structure is used to retrieve information about the current dataset.
If no dataset has been loaded the mName member is empty, mMinimum equals mMaximum and their value is (0.0, 0.0, 0.0).
VgEngine::VgIDatabaseDatasetDescriptor::VgIDatabaseDatasetDescriptor | ( | ) | [inline] |
Constructor.
Will set to default value: mName = "" mMinimum = (0.0, 0.0, 0.0) mMaximum = (0.0, 0.0, 0.0)
The maximum bound value.
The minimum bound value.
std::string VgEngine::VgIDatabaseDatasetDescriptor::mName |
The dataset name.