![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Contains classes and functions related to grid based data representation and processing. More...
Namespaces | |
| AttributedGridProperty | |
| Provides keys for built-in Grid::AttributedGrid properties. | |
| AttributedGridPropertyDefault | |
| Provides default values for built-in Grid::AttributedGrid properties. | |
| ControlParameter | |
| Provides keys for built-in control-parameters. | |
| ControlParameterDefault | |
| Provides default values for built-in control-parameters. | |
| DataFormat | |
| Provides preinitialized Base::DataFormat objects for all supported data formats. | |
Classes | |
| class | RegularGrid |
| Implementation of the Grid::SpatialGrid interface for regular spatial grids. More... | |
| class | RegularGridSet |
| Indirected array of dynamically allocated Grid::RegularGrid instances. More... | |
| class | AttributedGrid |
| Abstract base class for grid types that also carry generic key/value properties. More... | |
| class | CDFDRegularGridReader |
| Reader for regular spatial grid data in the native I/O format of the CDPL. More... | |
| class | CDFDRegularGridSetReader |
| Reader for regular spatial grid set data in the native I/O format of the CDPL. More... | |
| class | CDFDRegularGridSetWriter |
| Writer for regular spatial grid set data in the native I/O format of the CDPL. More... | |
| class | CDFDRegularGridWriter |
| Writer for regular spatial grid data in the native I/O format of the CDPL. More... | |
| class | CUBEDRegularGridReader |
| Reader for regular spatial grid data in the Gaussian CUBE [CUBE] format. More... | |
| class | CUBEDRegularGridWriter |
| Writer for regular spatial grid data in the Gaussian CUBE [CUBE] format. More... | |
| class | SpatialGrid |
| Abstract base class for attributed grids whose elements have a defined 3D position in space. More... | |
Typedefs | |
| typedef Util::DefaultDataInputHandler< CDFBZ2DRegularGridReader, DataFormat::CDF_BZ2 > | CDFBZ2DRegularGridInputHandler |
| Handler for the input of bzip2-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataOutputHandler< CDFBZ2DRegularGridWriter, DataFormat::CDF_BZ2 > | CDFBZ2DRegularGridOutputHandler |
| Handler for the output of bzip2-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| typedef Util::CompressedDataReader< CDFDRegularGridReader, Util::BZip2IStream > | CDFBZ2DRegularGridReader |
| Reader for bzip2-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataInputHandler< CDFBZ2DRegularGridSetReader, DataFormat::CDF_BZ2 > | CDFBZ2DRegularGridSetInputHandler |
| Handler for the input of bzip2-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataOutputHandler< CDFBZ2DRegularGridSetWriter, DataFormat::CDF_BZ2 > | CDFBZ2DRegularGridSetOutputHandler |
| Handler for the output of bzip2-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| typedef Util::CompressedDataReader< CDFDRegularGridSetReader, Util::BZip2IStream > | CDFBZ2DRegularGridSetReader |
| Reader for bzip2-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| typedef Util::CompressedDataWriter< CDFDRegularGridSetWriter, Util::BZip2OStream > | CDFBZ2DRegularGridSetWriter |
| Writer for bzip2-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| typedef Util::CompressedDataWriter< CDFDRegularGridWriter, Util::BZip2OStream > | CDFBZ2DRegularGridWriter |
| Writer for bzip2-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataInputHandler< CDFDRegularGridReader, DataFormat::CDF > | CDFDRegularGridInputHandler |
| Handler for the input of regular spatial grid data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataOutputHandler< CDFDRegularGridWriter, DataFormat::CDF > | CDFDRegularGridOutputHandler |
| Handler for the output of regular spatial grid data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataInputHandler< CDFDRegularGridSetReader, DataFormat::CDF > | CDFDRegularGridSetInputHandler |
| Handler for the input of regular spatial grid set data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataOutputHandler< CDFDRegularGridSetWriter, DataFormat::CDF > | CDFDRegularGridSetOutputHandler |
| Handler for the output of regular spatial grid set data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataInputHandler< CDFGZDRegularGridReader, DataFormat::CDF_GZ > | CDFGZDRegularGridInputHandler |
| Handler for the input of gzip-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataOutputHandler< CDFGZDRegularGridWriter, DataFormat::CDF_GZ > | CDFGZDRegularGridOutputHandler |
| Handler for the output of gzip-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| typedef Util::CompressedDataReader< CDFDRegularGridReader, Util::GZipIStream > | CDFGZDRegularGridReader |
| Reader for gzip-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataInputHandler< CDFGZDRegularGridSetReader, DataFormat::CDF_GZ > | CDFGZDRegularGridSetInputHandler |
| Handler for the input of gzip-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataOutputHandler< CDFGZDRegularGridSetWriter, DataFormat::CDF_GZ > | CDFGZDRegularGridSetOutputHandler |
| Handler for the output of gzip-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| typedef Util::CompressedDataReader< CDFDRegularGridSetReader, Util::GZipIStream > | CDFGZDRegularGridSetReader |
| Reader for gzip-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| typedef Util::CompressedDataWriter< CDFDRegularGridSetWriter, Util::GZipOStream > | CDFGZDRegularGridSetWriter |
| Writer for gzip-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| typedef Util::CompressedDataWriter< CDFDRegularGridWriter, Util::GZipOStream > | CDFGZDRegularGridWriter |
| Writer for gzip-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| typedef Util::DefaultDataInputHandler< CUBEDRegularGridReader, DataFormat::CUBE > | CUBEDRegularGridInputHandler |
| Handler for the input of regular spatial grid data in the Gaussian CUBE [CUBE] format. More... | |
| typedef Util::DefaultDataOutputHandler< CUBEDRegularGridWriter, DataFormat::CUBE > | CUBEDRegularGridOutputHandler |
| Handler for the output of regular spatial grid data in the Gaussian CUBE [CUBE] format. More... | |
| typedef RegularGrid< double > | DRegularGrid |
| A regular spatial grid storing double-precision floating-point values. More... | |
| typedef Util::MultiFormatDataReader< DRegularGrid > | DRegularGridReader |
| Reader for grid data of type Grid::DRegularGrid in any supported format. More... | |
| typedef RegularGridSet< double > | DRegularGridSet |
| Convenience alias for the double-precision regular spatial grid sets. More... | |
| typedef Util::MultiFormatDataReader< DRegularGridSet > | DRegularGridSetReader |
| Reader for grid set data of type Grid::DRegularGridSet in any supported format. More... | |
| typedef Util::MultiFormatDataWriter< DRegularGridSet > | DRegularGridSetWriter |
| Writer for grid set data of type Grid::DRegularGridSet in any supported format. More... | |
| typedef Util::MultiFormatDataWriter< DRegularGrid > | DRegularGridWriter |
| Writer for grid data of type Grid::DRegularGrid in any supported format. More... | |
| typedef RegularGrid< float > | FRegularGrid |
| A regular spatial grid storing single-precision floating-point values. More... | |
| typedef RegularGridSet< float > | FRegularGridSet |
| Convenience alias for the single-precision regular spatial grid sets. More... | |
| typedef SpatialGrid< float > | FSpatialGrid |
| Convenience alias for the single-precision spatial-grid abstract base. More... | |
| typedef SpatialGrid< double > | DSpatialGrid |
| Convenience alias for the double-precision spatial-grid abstract base. More... | |
Contains classes and functions related to grid based data representation and processing.
| typedef Util::DefaultDataInputHandler<CDFBZ2DRegularGridReader, DataFormat::CDF_BZ2> CDPL::Grid::CDFBZ2DRegularGridInputHandler |
Handler for the input of bzip2-compressed regular spatial grid data in the native I/O format of the CDPL.
| typedef Util::DefaultDataOutputHandler<CDFBZ2DRegularGridWriter, DataFormat::CDF_BZ2> CDPL::Grid::CDFBZ2DRegularGridOutputHandler |
Handler for the output of bzip2-compressed regular spatial grid data in the native I/O format of the CDPL.
| typedef Util::CompressedDataReader<CDFDRegularGridReader, Util::BZip2IStream> CDPL::Grid::CDFBZ2DRegularGridReader |
Reader for bzip2-compressed regular spatial grid data in the native I/O format of the CDPL.
| typedef Util::DefaultDataInputHandler<CDFBZ2DRegularGridSetReader, DataFormat::CDF_BZ2> CDPL::Grid::CDFBZ2DRegularGridSetInputHandler |
Handler for the input of bzip2-compressed regular spatial grid set data in the native I/O format of the CDPL.
| typedef Util::DefaultDataOutputHandler<CDFBZ2DRegularGridSetWriter, DataFormat::CDF_BZ2> CDPL::Grid::CDFBZ2DRegularGridSetOutputHandler |
Handler for the output of bzip2-compressed regular spatial grid set data in the native I/O format of the CDPL.
| typedef Util::CompressedDataReader<CDFDRegularGridSetReader, Util::BZip2IStream> CDPL::Grid::CDFBZ2DRegularGridSetReader |
Reader for bzip2-compressed regular spatial grid set data in the native I/O format of the CDPL.
| typedef Util::CompressedDataWriter<CDFDRegularGridSetWriter, Util::BZip2OStream> CDPL::Grid::CDFBZ2DRegularGridSetWriter |
Writer for bzip2-compressed regular spatial grid set data in the native I/O format of the CDPL.
| typedef Util::CompressedDataWriter<CDFDRegularGridWriter, Util::BZip2OStream> CDPL::Grid::CDFBZ2DRegularGridWriter |
Writer for bzip2-compressed regular spatial grid data in the native I/O format of the CDPL.
| typedef Util::DefaultDataInputHandler<CDFDRegularGridReader, DataFormat::CDF> CDPL::Grid::CDFDRegularGridInputHandler |
Handler for the input of regular spatial grid data in the native I/O format of the CDPL.
| typedef Util::DefaultDataOutputHandler<CDFDRegularGridWriter, DataFormat::CDF> CDPL::Grid::CDFDRegularGridOutputHandler |
Handler for the output of regular spatial grid data in the native I/O format of the CDPL.
| typedef Util::DefaultDataInputHandler<CDFDRegularGridSetReader, DataFormat::CDF> CDPL::Grid::CDFDRegularGridSetInputHandler |
Handler for the input of regular spatial grid set data in the native I/O format of the CDPL.
| typedef Util::DefaultDataOutputHandler<CDFDRegularGridSetWriter, DataFormat::CDF> CDPL::Grid::CDFDRegularGridSetOutputHandler |
Handler for the output of regular spatial grid set data in the native I/O format of the CDPL.
| typedef Util::DefaultDataInputHandler<CDFGZDRegularGridReader, DataFormat::CDF_GZ> CDPL::Grid::CDFGZDRegularGridInputHandler |
Handler for the input of gzip-compressed regular spatial grid data in the native I/O format of the CDPL.
| typedef Util::DefaultDataOutputHandler<CDFGZDRegularGridWriter, DataFormat::CDF_GZ> CDPL::Grid::CDFGZDRegularGridOutputHandler |
Handler for the output of gzip-compressed regular spatial grid data in the native I/O format of the CDPL.
| typedef Util::CompressedDataReader<CDFDRegularGridReader, Util::GZipIStream> CDPL::Grid::CDFGZDRegularGridReader |
Reader for gzip-compressed regular spatial grid data in the native I/O format of the CDPL.
| typedef Util::DefaultDataInputHandler<CDFGZDRegularGridSetReader, DataFormat::CDF_GZ> CDPL::Grid::CDFGZDRegularGridSetInputHandler |
Handler for the input of gzip-compressed regular spatial grid set data in the native I/O format of the CDPL.
| typedef Util::DefaultDataOutputHandler<CDFGZDRegularGridSetWriter, DataFormat::CDF_GZ> CDPL::Grid::CDFGZDRegularGridSetOutputHandler |
Handler for the output of gzip-compressed regular spatial grid set data in the native I/O format of the CDPL.
| typedef Util::CompressedDataReader<CDFDRegularGridSetReader, Util::GZipIStream> CDPL::Grid::CDFGZDRegularGridSetReader |
Reader for gzip-compressed regular spatial grid set data in the native I/O format of the CDPL.
| typedef Util::CompressedDataWriter<CDFDRegularGridSetWriter, Util::GZipOStream> CDPL::Grid::CDFGZDRegularGridSetWriter |
Writer for gzip-compressed regular spatial grid set data in the native I/O format of the CDPL.
| typedef Util::CompressedDataWriter<CDFDRegularGridWriter, Util::GZipOStream> CDPL::Grid::CDFGZDRegularGridWriter |
Writer for gzip-compressed regular spatial grid data in the native I/O format of the CDPL.
| typedef Util::DefaultDataInputHandler<CUBEDRegularGridReader, DataFormat::CUBE> CDPL::Grid::CUBEDRegularGridInputHandler |
Handler for the input of regular spatial grid data in the Gaussian CUBE [CUBE] format.
| typedef Util::DefaultDataOutputHandler<CUBEDRegularGridWriter, DataFormat::CUBE> CDPL::Grid::CUBEDRegularGridOutputHandler |
Handler for the output of regular spatial grid data in the Gaussian CUBE [CUBE] format.
| typedef RegularGrid< double > CDPL::Grid::DRegularGrid |
A regular spatial grid storing double-precision floating-point values.
Reader for grid data of type Grid::DRegularGrid in any supported format.
| typedef RegularGridSet< double > CDPL::Grid::DRegularGridSet |
Convenience alias for the double-precision regular spatial grid sets.
Reader for grid set data of type Grid::DRegularGridSet in any supported format.
Writer for grid set data of type Grid::DRegularGridSet in any supported format.
Writer for grid data of type Grid::DRegularGrid in any supported format.
| typedef RegularGrid<float> CDPL::Grid::FRegularGrid |
A regular spatial grid storing single-precision floating-point values.
| typedef RegularGridSet<float> CDPL::Grid::FRegularGridSet |
Convenience alias for the single-precision regular spatial grid sets.
| typedef SpatialGrid<float> CDPL::Grid::FSpatialGrid |
Convenience alias for the single-precision spatial-grid abstract base.
| typedef SpatialGrid<double> CDPL::Grid::DSpatialGrid |
Convenience alias for the double-precision spatial-grid abstract base.
| CDPL_GRID_API const std::string& CDPL::Grid::getName | ( | const AttributedGrid & | grid | ) |
Returns the value of the Grid::AttributedGridProperty::NAME property of grid.
| grid | The attributed grid. |
const reference to the name. | CDPL_GRID_API void CDPL::Grid::setName | ( | AttributedGrid & | grid, |
| const std::string & | name | ||
| ) |
Sets the value of the Grid::AttributedGridProperty::NAME property of grid.
| grid | The attributed grid. |
| name | The new name. |
| CDPL_GRID_API void CDPL::Grid::clearName | ( | AttributedGrid & | grid | ) |
Removes the Grid::AttributedGridProperty::NAME property from grid.
| grid | The attributed grid. |
| CDPL_GRID_API bool CDPL::Grid::hasName | ( | const AttributedGrid & | grid | ) |
Tells whether grid carries an explicit Grid::AttributedGridProperty::NAME property.
| grid | The attributed grid. |
true if the name property is set, and false otherwise. | CDPL_GRID_API const std::string& CDPL::Grid::getComment | ( | const AttributedGrid & | grid | ) |
Returns the value of the Grid::AttributedGridProperty::COMMENT property of grid.
| grid | The attributed grid. |
const reference to the comment. | CDPL_GRID_API void CDPL::Grid::setComment | ( | AttributedGrid & | grid, |
| const std::string & | comment | ||
| ) |
Sets the value of the Grid::AttributedGridProperty::COMMENT property of grid.
| grid | The attributed grid. |
| comment | The new comment. |
| CDPL_GRID_API void CDPL::Grid::clearComment | ( | AttributedGrid & | grid | ) |
Removes the Grid::AttributedGridProperty::COMMENT property from grid.
| grid | The attributed grid. |
| CDPL_GRID_API bool CDPL::Grid::hasComment | ( | const AttributedGrid & | grid | ) |
Tells whether grid carries an explicit Grid::AttributedGridProperty::COMMENT property.
| grid | The attributed grid. |
true if the comment property is set, and false otherwise. | CDPL_GRID_API bool CDPL::Grid::getStrictErrorCheckingParameter | ( | const Base::ControlParameterContainer & | cntnr | ) |
Returns the value of the Grid::ControlParameter::STRICT_ERROR_CHECKING parameter of cntnr.
| cntnr | The control-parameter container. |
true if strict error checking is enabled, and false otherwise. | CDPL_GRID_API void CDPL::Grid::setStrictErrorCheckingParameter | ( | Base::ControlParameterContainer & | cntnr, |
| bool | strict | ||
| ) |
Sets the Grid::ControlParameter::STRICT_ERROR_CHECKING parameter of cntnr to strict.
| cntnr | The control-parameter container. |
| strict | true to enable strict error checking, and false to disable it. |
| CDPL_GRID_API bool CDPL::Grid::hasStrictErrorCheckingParameter | ( | const Base::ControlParameterContainer & | cntnr | ) |
Tells whether cntnr carries an explicit Grid::ControlParameter::STRICT_ERROR_CHECKING parameter.
| cntnr | The control-parameter container. |
true if the parameter is set, and false otherwise. | CDPL_GRID_API void CDPL::Grid::clearStrictErrorCheckingParameter | ( | Base::ControlParameterContainer & | cntnr | ) |
Removes the Grid::ControlParameter::STRICT_ERROR_CHECKING parameter from cntnr.
| cntnr | The control-parameter container. |
| CDPL_GRID_API bool CDPL::Grid::getCDFOutputSinglePrecisionFloatsParameter | ( | const Base::ControlParameterContainer & | cntnr | ) |
Returns the value of the Grid::ControlParameter::CDF_OUTPUT_SINGLE_PRECISION_FLOATS parameter of cntnr.
| cntnr | The control-parameter container. |
true if CDF output uses single-precision floats, and false otherwise. | CDPL_GRID_API void CDPL::Grid::setCDFOutputSinglePrecisionFloatsParameter | ( | Base::ControlParameterContainer & | cntnr, |
| bool | single_prec | ||
| ) |
Sets the Grid::ControlParameter::CDF_OUTPUT_SINGLE_PRECISION_FLOATS parameter of cntnr to single_prec.
| cntnr | The control-parameter container. |
| single_prec | true to write single-precision floats, and false to write double-precision floats. |
| CDPL_GRID_API bool CDPL::Grid::hasCDFOutputSinglePrecisionFloatsParameter | ( | const Base::ControlParameterContainer & | cntnr | ) |
Tells whether cntnr carries an explicit Grid::ControlParameter::CDF_OUTPUT_SINGLE_PRECISION_FLOATS parameter.
| cntnr | The control-parameter container. |
true if the parameter is set, and false otherwise. | CDPL_GRID_API void CDPL::Grid::clearCDFOutputSinglePrecisionFloatsParameter | ( | Base::ControlParameterContainer & | cntnr | ) |
Removes the Grid::ControlParameter::CDF_OUTPUT_SINGLE_PRECISION_FLOATS parameter from cntnr.
| cntnr | The control-parameter container. |
| CDPL_GRID_API bool CDPL::Grid::getCUBECommentIsNameParameter | ( | const Base::ControlParameterContainer & | cntnr | ) |
Returns the value of the Grid::ControlParameter::CUBE_COMMENT_IS_NAME parameter of cntnr.
| cntnr | The control-parameter container. |
true if the CUBE comment line is interpreted as the grid name, and false otherwise. | CDPL_GRID_API void CDPL::Grid::setCUBECommentIsNameParameter | ( | Base::ControlParameterContainer & | cntnr, |
| bool | is_name | ||
| ) |
Sets the Grid::ControlParameter::CUBE_COMMENT_IS_NAME parameter of cntnr to is_name.
| cntnr | The control-parameter container. |
| is_name | true to interpret the CUBE comment line as the grid name, and false to treat it as a regular comment. |
| CDPL_GRID_API bool CDPL::Grid::hasCUBECommentIsNameParameter | ( | const Base::ControlParameterContainer & | cntnr | ) |
Tells whether cntnr carries an explicit Grid::ControlParameter::CUBE_COMMENT_IS_NAME parameter.
| cntnr | The control-parameter container. |
true if the parameter is set, and false otherwise. | CDPL_GRID_API void CDPL::Grid::clearCUBECommentIsNameParameter | ( | Base::ControlParameterContainer & | cntnr | ) |
Removes the Grid::ControlParameter::CUBE_COMMENT_IS_NAME parameter from cntnr.
| cntnr | The control-parameter container. |
| CDPL_GRID_API double CDPL::Grid::getCUBEInputDistanceScalingFactorParameter | ( | const Base::ControlParameterContainer & | cntnr | ) |
Returns the value of the Grid::ControlParameter::CUBE_INPUT_DISTANCE_SCALING_FACTOR parameter of cntnr.
| cntnr | The control-parameter container. |
| CDPL_GRID_API void CDPL::Grid::setCUBEInputDistanceScalingFactorParameter | ( | Base::ControlParameterContainer & | cntnr, |
| double | factor | ||
| ) |
Sets the Grid::ControlParameter::CUBE_INPUT_DISTANCE_SCALING_FACTOR parameter of cntnr to factor.
| cntnr | The control-parameter container. |
| factor | The new distance scaling factor applied to CUBE input. |
| CDPL_GRID_API bool CDPL::Grid::hasCUBEInputDistanceScalingFactorParameter | ( | const Base::ControlParameterContainer & | cntnr | ) |
Tells whether cntnr carries an explicit Grid::ControlParameter::CUBE_INPUT_DISTANCE_SCALING_FACTOR parameter.
| cntnr | The control-parameter container. |
true if the parameter is set, and false otherwise. | CDPL_GRID_API void CDPL::Grid::clearCUBEInputDistanceScalingFactorParameter | ( | Base::ControlParameterContainer & | cntnr | ) |
Removes the Grid::ControlParameter::CUBE_INPUT_DISTANCE_SCALING_FACTOR parameter from cntnr.
| cntnr | The control-parameter container. |
| CDPL_GRID_API double CDPL::Grid::getCUBEOutputDistanceScalingFactorParameter | ( | const Base::ControlParameterContainer & | cntnr | ) |
Returns the value of the Grid::ControlParameter::CUBE_OUTPUT_DISTANCE_SCALING_FACTOR parameter of cntnr.
| cntnr | The control-parameter container. |
| CDPL_GRID_API void CDPL::Grid::setCUBEOutputDistanceScalingFactorParameter | ( | Base::ControlParameterContainer & | cntnr, |
| double | factor | ||
| ) |
Sets the Grid::ControlParameter::CUBE_OUTPUT_DISTANCE_SCALING_FACTOR parameter of cntnr to factor.
| cntnr | The control-parameter container. |
| factor | The new distance scaling factor applied to CUBE output. |
| CDPL_GRID_API bool CDPL::Grid::hasCUBEOutputDistanceScalingFactorParameter | ( | const Base::ControlParameterContainer & | cntnr | ) |
Tells whether cntnr carries an explicit Grid::ControlParameter::CUBE_OUTPUT_DISTANCE_SCALING_FACTOR parameter.
| cntnr | The control-parameter container. |
true if the parameter is set, and false otherwise. | CDPL_GRID_API void CDPL::Grid::clearCUBEOutputDistanceScalingFactorParameter | ( | Base::ControlParameterContainer & | cntnr | ) |
Removes the Grid::ControlParameter::CUBE_OUTPUT_DISTANCE_SCALING_FACTOR parameter from cntnr.
| cntnr | The control-parameter container. |