Overture
Version 25
|
#include <GenericDataBase.h>
Public Types | |
enum | InputOutputMode { normalMode =0, streamInputMode, streamOutputMode, noStreamMode, bufferMode } |
enum | ParallelIOModeEnum { independentIO, collectiveIO, multipleFileIO } |
Public Member Functions | |
GenericDataBase () | |
GenericDataBase (const GenericDataBase &) | |
virtual | ~GenericDataBase () |
virtual GenericDataBase * | virtualConstructor () const |
virtual GenericDataBase & | operator= (const GenericDataBase &) |
virtual int | mount (const aString &fileName, const aString &flags) |
virtual int | unmount () |
virtual int | flush () |
virtual int | isNull () const |
virtual int | turnOnWarnings () |
virtual int | turnOffWarnings () |
virtual int | create (GenericDataBase &db, const aString &name, const aString &dirClassName) |
virtual int | find (GenericDataBase &db, const aString &name, const aString &dirClassName) const |
virtual int | locate (GenericDataBase &db, const aString &name, const aString &dirClassName) const |
virtual int | find (aString *name, const aString &dirClassName, const int &maxNumber, int &actualNumber) const |
virtual int | find (GenericDataBase *db, aString *name, const aString &dirClassName, const int &maxNumber, int &actualNumber) const |
ReferenceCountingList * | getList () const |
virtual int | getID () const |
virtual int | build (GenericDataBase &db, int id) |
virtual int | put (const float &x, const aString &name) |
virtual int | put (const double &x, const aString &name) |
virtual int | put (const int &x, const aString &name) |
virtual int | put (const aString &x, const aString &name) |
virtual int | put (const bool &x, const aString &name) |
virtual int | get (float &x, const aString &name) const |
virtual int | get (double &x, const aString &name) const |
virtual int | get (int &x, const aString &name) const |
virtual int | get (aString &x, const aString &name) const |
virtual int | get (bool &x, const aString &name) const |
virtual int | put (const floatSerialArray &x, const aString &name) |
virtual int | put (const doubleSerialArray &x, const aString &name) |
virtual int | put (const intSerialArray &x, const aString &name) |
virtual int | putDistributed (const floatArray &x, const aString &name) |
virtual int | putDistributed (const doubleArray &x, const aString &name) |
virtual int | putDistributed (const intArray &x, const aString &name) |
virtual int | get (floatSerialArray &x, const aString &name, Index *Iv=NULL) const |
virtual int | get (doubleSerialArray &x, const aString &name, Index *Iv=NULL) const |
virtual int | get (intSerialArray &x, const aString &name, Index *Iv=NULL) const |
virtual int | getDistributed (floatArray &x, const aString &name) const |
virtual int | getDistributed (doubleArray &x, const aString &name) const |
virtual int | getDistributed (intArray &x, const aString &name) const |
virtual int | put (const int x[], const aString &name, const int number) |
virtual int | put (const float x[], const aString &name, const int number) |
virtual int | put (const double x[], const aString &name, const int number) |
virtual int | put (const aString x[], const aString &name, const int number) |
virtual int | get (int x[], const aString &name, const int number) const |
virtual int | get (float x[], const aString &name, const int number) const |
virtual int | get (double x[], const aString &name, const int number) const |
virtual int | get (aString x[], const aString &name, const int number) const |
virtual void | setMode (const InputOutputMode &mode=normalMode) |
virtual InputOutputMode | getMode () const |
int | getNumberOfLocalFilesForReading () const |
int | getNumberOfLocalFilesForWriting () const |
virtual void | printStatistics () const |
Static Public Member Functions | |
static void | setParallelWriteMode (ParallelIOModeEnum mode) |
static void | setParallelReadMode (ParallelIOModeEnum mode) |
static ParallelIOModeEnum | getParallelWriteMode () |
static ParallelIOModeEnum | getParallelReadMode () |
static int | setMaximumNumberOfFilesForWriting (int maxNumberOfFiles) |
Public Attributes | |
aString | className |
aString | OvertureVersion |
Protected Attributes | |
InputOutputMode | mode |
int | issueWarnings |
ReferenceCountingList * | referenceCountingList |
int | numberOfLocalFilesForWriting |
int | numberOfLocalFilesForReading |
int | numberOfProcessorsUsedToWriteFile |
Static Protected Attributes | |
static ParallelIOModeEnum | parallelReadMode =GenericDataBase::multipleFileIO |
static ParallelIOModeEnum | parallelWriteMode =GenericDataBase::multipleFileIO |
static int | maximumNumberOfLocalFilesForWriting =128 |
GenericDataBase::GenericDataBase | ( | ) |
GenericDataBase::GenericDataBase | ( | const GenericDataBase & | gdb | ) |
|
virtual |
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
Referenced by Ogshow::newFrameSeries(), DataBaseBuffer::openBuffer(), Bound::put(), Fraction::put(), PolynomialMapping::put(), RocketMapping::put(), PlaneMapping::put(), LoftedSurfaceMapping::put(), SmoothedPolygon::put(), ChannelMapping::put(), BodyDefinition::put(), StretchTransform::put(), CurveSegment::put(), InterpolateParameters::put(), NormalMapping::put(), SquareMapping::put(), BodyForce::put(), StretchedSquare::put(), BoxMapping::put(), JoinMapping::put(), MatrixMapping::put(), DepthMapping::put(), Integrate::put(), CircleMapping::put(), QuadraticMapping::put(), RevolutionMapping::put(), ComposeMapping::put(), ReductionMapping::put(), InterpolateRefinements::put(), EllipticTransform::put(), EntityTag::put(), OrthographicTransform::put(), GenericGridData::put(), ReorientMapping::put(), FilletMapping::put(), UserDefinedMapping1::put(), AnnulusMapping::put(), MatrixTransform::put(), RestrictionMapping::put(), CylinderMapping::put(), AirfoilMapping::put(), TFIMapping::put(), LineMapping::put(), GridDistribution::put(), IntersectionMapping::put(), SweepMapping::put(), SphereMapping::put(), CrossSectionMapping::put(), DataPointMapping::put(), ErrorEstimator::put(), ReparameterizationTransform::put(), GenericMappedGridOperators::put(), CompositeTopology::put(), StretchMapping::put(), ParentChildSiblingInfoData::put(), CompositeSurface::put(), GridDistributionList::put(), EdgeInfo::put(), Regrid::put(), FilamentStretching::put(), SplineMapping::put(), GenericGridCollectionData::put(), ApproximateGlobalInverse::put(), Oges::put(), GridCollectionData::put(), EdgeInfoArray::put(), OgmgParameters::put(), FilamentMapping::put(), CompositeGridData::put(), TrimmedMapping::put(), Loop::put(), FaceInfo::put(), MappedGridData::put(), TMquad::put(), ExactLocalInverse::put(), NurbsMapping::put(), MappingRC::put(), HyperbolicMapping::put(), OgesParameters::put(), UnstructuredMapping::put(), floatGridCollectionFunction::put(), intGridCollectionFunction::put(), doubleGridCollectionFunction::put(), Mapping::put(), floatMappedGridFunction::put(), intMappedGridFunction::put(), doubleMappedGridFunction::put(), Ogshow::saveParameters(), Ogshow::saveSequence(), and Ogshow::startFrame().
|
virtual |
Reimplemented in HDF_DataBase.
Referenced by Bound::get(), BodyDefinition::get(), Fraction::get(), PolynomialMapping::get(), RocketMapping::get(), Integrate::get(), LoftedSurfaceMapping::get(), PlaneMapping::get(), SmoothedPolygon::get(), ChannelMapping::get(), StretchTransform::get(), InterpolateParameters::get(), NormalMapping::get(), SquareMapping::get(), BodyForce::get(), StretchedSquare::get(), CurveSegment::get(), BoxMapping::get(), JoinMapping::get(), MatrixMapping::get(), DepthMapping::get(), CircleMapping::get(), QuadraticMapping::get(), GenericGridData::get(), RevolutionMapping::get(), ComposeMapping::get(), InterpolateRefinements::get(), ReductionMapping::get(), EllipticTransform::get(), EntityTag::get(), ReorientMapping::get(), FilletMapping::get(), OrthographicTransform::get(), UserDefinedMapping1::get(), AnnulusMapping::get(), MatrixTransform::get(), RestrictionMapping::get(), CylinderMapping::get(), AirfoilMapping::get(), TFIMapping::get(), GridDistribution::get(), LineMapping::get(), IntersectionMapping::get(), SphereMapping::get(), SweepMapping::get(), CrossSectionMapping::get(), ErrorEstimator::get(), DataPointMapping::get(), ReparameterizationTransform::get(), GenericMappedGridOperators::get(), CompositeTopology::get(), StretchMapping::get(), Regrid::get(), GridDistributionList::get(), EdgeInfo::get(), FilamentStretching::get(), SplineMapping::get(), NurbsMapping::get(), GenericGridCollectionData::get(), ApproximateGlobalInverse::get(), Oges::get(), GridCollectionData::get(), OgmgParameters::get(), EdgeInfoArray::get(), FilamentMapping::get(), CompositeGridData::get(), TrimmedMapping::get(), Loop::get(), FaceInfo::get(), MappedGridData::get(), ExactLocalInverse::get(), MappingRC::get(), HyperbolicMapping::get(), OgesParameters::get(), UnstructuredMapping::get(), floatGridCollectionFunction::get(), intGridCollectionFunction::get(), doubleGridCollectionFunction::get(), Mapping::get(), intMappedGridFunction::get(), doubleMappedGridFunction::get(), floatMappedGridFunction::get(), ShowFileReader::getAGrid(), ShowFileReader::getGeneralParameters(), DataBaseBuffer::openBuffer(), and TMquad::TMget().
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
Referenced by PlotIt::contour1d(), Bound::get(), BodyDefinition::get(), Fraction::get(), PolynomialMapping::get(), RocketMapping::get(), Integrate::get(), LoftedSurfaceMapping::get(), PlaneMapping::get(), SmoothedPolygon::get(), ChannelMapping::get(), StretchTransform::get(), InterpolateParameters::get(), NormalMapping::get(), CompositeSurface::get(), SquareMapping::get(), BodyForce::get(), StretchedSquare::get(), CurveSegment::get(), BoxMapping::get(), JoinMapping::get(), MatrixMapping::get(), DepthMapping::get(), QuadraticMapping::get(), GenericGridData::get(), CircleMapping::get(), RevolutionMapping::get(), ComposeMapping::get(), InterpolateRefinements::get(), ReductionMapping::get(), EllipticTransform::get(), EntityTag::get(), ReorientMapping::get(), OrthographicTransform::get(), FilletMapping::get(), AnnulusMapping::get(), UserDefinedMapping1::get(), MatrixTransform::get(), RestrictionMapping::get(), CylinderMapping::get(), TFIMapping::get(), AirfoilMapping::get(), GridDistribution::get(), LineMapping::get(), IntersectionMapping::get(), SphereMapping::get(), SweepMapping::get(), CrossSectionMapping::get(), ErrorEstimator::get(), DataPointMapping::get(), ReparameterizationTransform::get(), GenericMappedGridOperators::get(), CompositeTopology::get(), StretchMapping::get(), Regrid::get(), GridDistributionList::get(), EdgeInfo::get(), FilamentStretching::get(), SplineMapping::get(), NurbsMapping::get(), GenericGridCollectionData::get(), ApproximateGlobalInverse::get(), GridCollectionData::get(), EdgeInfoArray::get(), FilamentMapping::get(), CompositeGridData::get(), TrimmedMapping::get(), Loop::get(), FaceInfo::get(), MappedGridData::get(), ExactLocalInverse::get(), MappingRC::get(), HyperbolicMapping::get(), UnstructuredMapping::get(), floatGridCollectionFunction::get(), doubleGridCollectionFunction::get(), intGridCollectionFunction::get(), Mapping::get(), floatMappedGridFunction::get(), doubleMappedGridFunction::get(), intMappedGridFunction::get(), ShowFileReader::getParameters(), TMquad::getStatics(), ShowFileReader::open(), DataBaseBuffer::openBuffer(), Ogshow::saveSolution(), TMquad::TMget(), and TMquadRoot::TMget().
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
Referenced by CrossSectionMapping::get(), DataPointMapping::get(), CompositeTopology::get(), FilamentMapping::get(), CompositeGridData::get(), TrimmedMapping::get(), HyperbolicMapping::get(), UnstructuredMapping::get(), floatMappedGridFunction::get(), intMappedGridFunction::get(), and doubleMappedGridFunction::get().
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
Referenced by Mapping::get(), and MappingRC::put().
ReferenceCountingList * GenericDataBase::getList | ( | ) | const |
References referenceCountingList.
Referenced by MappingRC::get(), and Mapping::get().
|
virtual |
References mode.
Referenced by DataBaseBuffer::closeBuffer(), and DataBaseBuffer::openBuffer().
int GenericDataBase::getNumberOfLocalFilesForReading | ( | ) | const |
References numberOfLocalFilesForReading.
int GenericDataBase::getNumberOfLocalFilesForWriting | ( | ) | const |
References numberOfLocalFilesForWriting.
|
static |
References parallelReadMode.
|
static |
References parallelWriteMode.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
Referenced by CompositeSurface::get(), ShowFileReader::getParameters(), ShowFileReader::getSequence(), ShowFileReader::getSequenceNames(), and Ogshow::startFrame().
Reimplemented in HDF_DataBase.
Referenced by ShowFileReader::open().
|
virtual |
Reimplemented in HDF_DataBase.
References className, issueWarnings, OvertureVersion, and referenceCountingList.
Referenced by HDF_DataBase::operator=().
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
Referenced by Ogshow::cleanup(), DataBaseBuffer::closeBuffer(), Ogshow::endFrame(), Bound::put(), Fraction::put(), PolynomialMapping::put(), RocketMapping::put(), PlaneMapping::put(), LoftedSurfaceMapping::put(), SmoothedPolygon::put(), ChannelMapping::put(), BodyDefinition::put(), StretchTransform::put(), InterpolateParameters::put(), CurveSegment::put(), NormalMapping::put(), SquareMapping::put(), BodyForce::put(), StretchedSquare::put(), BoxMapping::put(), JoinMapping::put(), MatrixMapping::put(), DepthMapping::put(), Integrate::put(), CircleMapping::put(), QuadraticMapping::put(), RevolutionMapping::put(), ComposeMapping::put(), InterpolateRefinements::put(), ReductionMapping::put(), EllipticTransform::put(), OrthographicTransform::put(), GenericGridData::put(), ReorientMapping::put(), EntityTag::put(), FilletMapping::put(), UserDefinedMapping1::put(), AnnulusMapping::put(), MatrixTransform::put(), RestrictionMapping::put(), CylinderMapping::put(), AirfoilMapping::put(), TFIMapping::put(), GridDistribution::put(), LineMapping::put(), IntersectionMapping::put(), SweepMapping::put(), SphereMapping::put(), CrossSectionMapping::put(), DataPointMapping::put(), ErrorEstimator::put(), ReparameterizationTransform::put(), GenericMappedGridOperators::put(), CompositeTopology::put(), StretchMapping::put(), ParentChildSiblingInfoData::put(), CompositeSurface::put(), GridDistributionList::put(), Regrid::put(), EdgeInfo::put(), FilamentStretching::put(), SplineMapping::put(), GenericGridCollectionData::put(), ApproximateGlobalInverse::put(), GridCollectionData::put(), EdgeInfoArray::put(), FilamentMapping::put(), CompositeGridData::put(), TrimmedMapping::put(), Loop::put(), FaceInfo::put(), MappedGridData::put(), TMquad::put(), ExactLocalInverse::put(), NurbsMapping::put(), MappingRC::put(), HyperbolicMapping::put(), TMquadRoot::put(), UnstructuredMapping::put(), doubleGridCollectionFunction::put(), floatGridCollectionFunction::put(), intGridCollectionFunction::put(), Mapping::put(), floatMappedGridFunction::put(), intMappedGridFunction::put(), doubleMappedGridFunction::put(), TMquad::putStatics(), Ogshow::saveCommentsToFile(), Ogshow::saveGeneralParameters(), Ogshow::saveParameters(), and Ogshow::saveSolution().
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
Referenced by CrossSectionMapping::put(), DataPointMapping::put(), CompositeTopology::put(), FilamentMapping::put(), CompositeGridData::put(), TrimmedMapping::put(), HyperbolicMapping::put(), UnstructuredMapping::put(), floatMappedGridFunction::put(), intMappedGridFunction::put(), and doubleMappedGridFunction::put().
|
virtual |
Reimplemented in HDF_DataBase.
|
virtual |
Reimplemented in HDF_DataBase.
|
static |
References maximumNumberOfLocalFilesForWriting.
Referenced by ogen().
|
virtual |
Reimplemented in HDF_DataBase.
References mode, normalMode, and noStreamMode.
Referenced by CompositeSurface::get(), JoinMapping::get(), FilletMapping::get(), TFIMapping::get(), GridDistribution::get(), SphereMapping::get(), ReparameterizationTransform::get(), Oges::get(), OgmgParameters::get(), CompositeGridData::get(), TrimmedMapping::get(), MappingRC::get(), OgesParameters::get(), intGridCollectionFunction::get(), floatGridCollectionFunction::get(), doubleGridCollectionFunction::get(), Mapping::get(), intMappedGridFunction::get(), doubleMappedGridFunction::get(), floatMappedGridFunction::get(), ShowFileReader::getAGrid(), Ogshow::newFrameSeries(), ShowFileReader::open(), DataBaseBuffer::openBuffer(), JoinMapping::put(), FilletMapping::put(), TFIMapping::put(), GridDistribution::put(), SphereMapping::put(), ReparameterizationTransform::put(), CompositeSurface::put(), Oges::put(), OgmgParameters::put(), CompositeGridData::put(), TrimmedMapping::put(), MappingRC::put(), OgesParameters::put(), intGridCollectionFunction::put(), doubleGridCollectionFunction::put(), floatGridCollectionFunction::put(), Mapping::put(), intMappedGridFunction::put(), floatMappedGridFunction::put(), and doubleMappedGridFunction::put().
|
static |
References mode, and parallelReadMode.
Referenced by GL_GraphicsInterface::GL_GraphicsInterface().
|
static |
References mode, and parallelWriteMode.
Referenced by GL_GraphicsInterface::GL_GraphicsInterface().
|
virtual |
Reimplemented in HDF_DataBase.
References issueWarnings.
Referenced by ShowFileReader::getParameters(), ShowFileReader::open(), and Ogshow::saveSolution().
|
virtual |
Reimplemented in HDF_DataBase.
References issueWarnings.
Referenced by ShowFileReader::getParameters(), ShowFileReader::open(), and Ogshow::saveSolution().
|
virtual |
Reimplemented in HDF_DataBase.
Referenced by ShowFileReader::close().
|
virtual |
Reimplemented in HDF_DataBase.
References GenericDataBase().
Referenced by Bound::get(), BodyDefinition::get(), Fraction::get(), PolynomialMapping::get(), RocketMapping::get(), Integrate::get(), LoftedSurfaceMapping::get(), PlaneMapping::get(), SmoothedPolygon::get(), ChannelMapping::get(), StretchTransform::get(), InterpolateParameters::get(), NormalMapping::get(), CompositeSurface::get(), SquareMapping::get(), BodyForce::get(), StretchedSquare::get(), BoxMapping::get(), CurveSegment::get(), JoinMapping::get(), MatrixMapping::get(), DepthMapping::get(), GenericGridData::get(), QuadraticMapping::get(), RevolutionMapping::get(), CircleMapping::get(), ComposeMapping::get(), InterpolateRefinements::get(), ReductionMapping::get(), EllipticTransform::get(), EntityTag::get(), ReorientMapping::get(), FilletMapping::get(), OrthographicTransform::get(), AnnulusMapping::get(), UserDefinedMapping1::get(), MatrixTransform::get(), RestrictionMapping::get(), CylinderMapping::get(), TFIMapping::get(), AirfoilMapping::get(), GridDistribution::get(), LineMapping::get(), IntersectionMapping::get(), SphereMapping::get(), SweepMapping::get(), CrossSectionMapping::get(), ErrorEstimator::get(), DataPointMapping::get(), ReparameterizationTransform::get(), GenericMappedGridOperators::get(), CompositeTopology::get(), StretchMapping::get(), Regrid::get(), GridDistributionList::get(), EdgeInfo::get(), FilamentStretching::get(), SplineMapping::get(), NurbsMapping::get(), GenericGridCollectionData::get(), ApproximateGlobalInverse::get(), Oges::get(), GridCollectionData::get(), OgmgParameters::get(), EdgeInfoArray::get(), FilamentMapping::get(), CompositeGridData::get(), TrimmedMapping::get(), Loop::get(), FaceInfo::get(), MappedGridData::get(), ExactLocalInverse::get(), MappingRC::get(), HyperbolicMapping::get(), OgesParameters::get(), UnstructuredMapping::get(), doubleGridCollectionFunction::get(), intGridCollectionFunction::get(), floatGridCollectionFunction::get(), Mapping::get(), doubleMappedGridFunction::get(), intMappedGridFunction::get(), floatMappedGridFunction::get(), ShowFileReader::getParameters(), DataBaseBuffer::openBuffer(), Bound::put(), Fraction::put(), PolynomialMapping::put(), RocketMapping::put(), LoftedSurfaceMapping::put(), PlaneMapping::put(), SmoothedPolygon::put(), ChannelMapping::put(), BodyDefinition::put(), StretchTransform::put(), InterpolateParameters::put(), CurveSegment::put(), NormalMapping::put(), BodyForce::put(), SquareMapping::put(), StretchedSquare::put(), BoxMapping::put(), JoinMapping::put(), MatrixMapping::put(), DepthMapping::put(), Integrate::put(), QuadraticMapping::put(), RevolutionMapping::put(), CircleMapping::put(), ComposeMapping::put(), InterpolateRefinements::put(), ReductionMapping::put(), EllipticTransform::put(), ReorientMapping::put(), FilletMapping::put(), GenericGridData::put(), EntityTag::put(), OrthographicTransform::put(), UserDefinedMapping1::put(), AnnulusMapping::put(), MatrixTransform::put(), RestrictionMapping::put(), CylinderMapping::put(), AirfoilMapping::put(), TFIMapping::put(), LineMapping::put(), GridDistribution::put(), IntersectionMapping::put(), SphereMapping::put(), SweepMapping::put(), CrossSectionMapping::put(), ErrorEstimator::put(), DataPointMapping::put(), ReparameterizationTransform::put(), GenericMappedGridOperators::put(), CompositeTopology::put(), StretchMapping::put(), ParentChildSiblingInfoData::put(), GridDistributionList::put(), CompositeSurface::put(), EdgeInfo::put(), Regrid::put(), FilamentStretching::put(), SplineMapping::put(), Oges::put(), GenericGridCollectionData::put(), ApproximateGlobalInverse::put(), GridCollectionData::put(), EdgeInfoArray::put(), OgmgParameters::put(), FilamentMapping::put(), CompositeGridData::put(), TrimmedMapping::put(), Loop::put(), FaceInfo::put(), MappedGridData::put(), TMquad::put(), ExactLocalInverse::put(), NurbsMapping::put(), MappingRC::put(), HyperbolicMapping::put(), OgesParameters::put(), UnstructuredMapping::put(), intGridCollectionFunction::put(), floatGridCollectionFunction::put(), doubleGridCollectionFunction::put(), Mapping::put(), doubleMappedGridFunction::put(), floatMappedGridFunction::put(), intMappedGridFunction::put(), Ogshow::saveParameters(), and TMquad::TMget().
aString GenericDataBase::className |
|
protected |
|
staticprotected |
Referenced by GenericDataBase(), and setMaximumNumberOfFilesForWriting().
|
protected |
Referenced by HDF_DataBase::closeStream(), HDF_DataBase::create(), GenericDataBase(), HDF_DataBase::get(), HDF_DataBase::getDistributed(), getMode(), HDF_DataBase::HDF_DataBase(), HDF_DataBase::link(), HDF_DataBase::operator=(), HDF_DataBase::put(), HDF_DataBase::putDistributed(), HDF_DataBase::setMode(), setMode(), setParallelReadMode(), setParallelWriteMode(), and HDF_DataBase::~HDF_DataBase().
|
protected |
|
protected |
|
protected |
Referenced by GenericDataBase(), HDF_DataBase::mount(), and HDF_DataBase::operator=().
aString GenericDataBase::OvertureVersion |
Referenced by GenericDataBase(), HDF_DataBase::mount(), DataBaseBuffer::openBuffer(), and operator=().
|
staticprotected |
Referenced by HDF_DataBase::getDistributed(), getParallelReadMode(), HDF_DataBase::mount(), and setParallelReadMode().
|
staticprotected |
Referenced by getParallelWriteMode(), HDF_DataBase::mount(), HDF_DataBase::putDistributed(), and setParallelWriteMode().
|
protected |
Referenced by GenericDataBase(), getList(), and operator=().