#include <ExportFileProperties.hpp>
◆ ExportFileProperties()
| ExportFileProperties::ExportFileProperties |
( |
| ) |
|
◆ ~ExportFileProperties()
| ExportFileProperties::~ExportFileProperties |
( |
| ) |
|
◆ clear()
| void ExportFileProperties::clear |
( |
| ) |
|
◆ fileName()
| const std::string & ExportFileProperties::fileName |
( |
| ) |
const |
|
inline |
◆ filterEnabled()
| bool ExportFileProperties::filterEnabled |
( |
| ) |
const |
|
inline |
◆ format()
◆ numberOfPoints()
| uint64_t ExportFileProperties::numberOfPoints |
( |
| ) |
const |
|
inline |
◆ offset()
| const Vector3< double > & ExportFileProperties::offset |
( |
| ) |
const |
|
inline |
◆ region()
| const Box< double > & ExportFileProperties::region |
( |
| ) |
const |
|
inline |
◆ scale()
| const Vector3< double > & ExportFileProperties::scale |
( |
| ) |
const |
|
inline |
◆ setFileName()
| void ExportFileProperties::setFileName |
( |
const std::string & | fileName | ) |
|
|
inline |
◆ setFilterEnabled()
| void ExportFileProperties::setFilterEnabled |
( |
bool | b | ) |
|
|
inline |
◆ setFormat()
◆ setNumberOfPoints()
| void ExportFileProperties::setNumberOfPoints |
( |
uint64_t | n | ) |
|
|
inline |
◆ setOffset()
| void ExportFileProperties::setOffset |
( |
const Vector3< double > & | offset | ) |
|
|
inline |
◆ setRegion()
| void ExportFileProperties::setRegion |
( |
const Box< double > & | region | ) |
|
|
inline |
◆ setScale() [1/2]
| void ExportFileProperties::setScale |
( |
const Vector3< double > & | scale | ) |
|
|
inline |
◆ setScale() [2/2]
| void ExportFileProperties::setScale |
( |
double | scale | ) |
|
|
inline |
◆ fileName_
| std::string ExportFileProperties::fileName_ |
|
private |
◆ filterEnabled_
| bool ExportFileProperties::filterEnabled_ |
|
private |
◆ format_
◆ numberOfPoints_
| uint64_t ExportFileProperties::numberOfPoints_ |
|
private |
◆ offset_
| Vector3<double> ExportFileProperties::offset_ |
|
private |
◆ region_
| Box<double> ExportFileProperties::region_ |
|
private |
◆ scale_
| Vector3<double> ExportFileProperties::scale_ |
|
private |
The documentation for this class was generated from the following files:
- ExportFileProperties.hpp
- ExportFileProperties.cpp