Classes | Public Types | Public Member Functions | Friends | List of all members
UPtrList< T > Class Template Reference

A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used for subscript bounds checking, etc. More...

Inherited by PtrList< T >, PtrList< blockEdge >, PtrList< blockFace >, PtrList< blockVertex >, PtrList< bodyMesh >, PtrList< cellZone >, PtrList< CloudFunctionObject< CloudType > >, PtrList< CloudFunctionObject< KinematicCloud< Cloud< basicKinematicCollidingParcel > > > >, PtrList< CloudFunctionObject< KinematicCloud< CloudType > > >, PtrList< CloudFunctionObject< KinematicCloud< Foam::DSMCCloud > > >, PtrList< coalCloud >, PtrList< const Foam::lduInterface >, PtrList< coordinateSystem >, PtrList< engineValve >, PtrList< entry >, PtrList< extendedFeatureEdgeMesh >, PtrList< faceZone >, PtrList< Field< Type > >, PtrList< Foam::AMIInterpolation >, PtrList< Foam::boundaryPatch >, PtrList< Foam::cellModel >, PtrList< Foam::cellSizeAndAlignmentControl >, PtrList< Foam::cellSizeFunction >, PtrList< Foam::coordinateSystem >, PtrList< Foam::coordSet >, PtrList< Foam::coupledFacePair >, PtrList< Foam::decompositionConstraint >, PtrList< Foam::decompositionMethod >, PtrList< Foam::diameterModels::IATEsource >, PtrList< Foam::dictionary >, PtrList< Foam::dimensioned >, PtrList< Foam::DimensionedField >, PtrList< Foam::ensightPart >, PtrList< Foam::extendedFeatureEdgeMesh >, PtrList< Foam::Field >, PtrList< Foam::Field< LUType > >, PtrList< Foam::Field< scalar > >, PtrList< Foam::FieldField< Foam::Field, scalar > >, PtrList< Foam::fvMesh >, PtrList< Foam::ignitionSite >, PtrList< Foam::indexedOctree >, PtrList< Foam::indexedOctree< Foam::treeDataEdge > >, PtrList< Foam::indexedOctree< Foam::treeDataPoint > >, PtrList< Foam::interpolation< Foam::Vector > >, PtrList< Foam::interpolation< scalar > >, PtrList< Foam::IOList >, PtrList< Foam::lduMatrix >, PtrList< Foam::lduPrimitiveMesh >, PtrList< Foam::liquidProperties >, PtrList< Foam::List >, PtrList< Foam::mappedPatchBase >, PtrList< Foam::motionSolver >, PtrList< Foam::OFstream >, PtrList< Foam::PatchInteractionModel< Foam::DSMCCloud > >, PtrList< Foam::pointMesh >, PtrList< Foam::PrimitivePatch >, PtrList< Foam::procLduInterface >, PtrList< Foam::PtrList< Foam::AMIInterpolation > >, PtrList< Foam::PtrList< Foam::lduInterfaceField > >, PtrList< Foam::radiation::radiativeIntensityRay >, PtrList< Foam::RBD::joint >, PtrList< Foam::RBD::restraint >, PtrList< Foam::RBD::rigidBody >, PtrList< Foam::RBD::subBody >, PtrList< Foam::Reaction< SolidThermo > >, PtrList< Foam::Reaction< ThermoType > >, PtrList< Foam::sixDoFRigidBodyMotionConstraint >, PtrList< Foam::sixDoFRigidBodyMotionRestraint >, PtrList< Foam::solidBodyMotionFunction >, PtrList< Foam::solidProperties >, PtrList< Foam::surfaceZonesInfo >, PtrList< Foam::Time >, PtrList< Foam::UPtrList >, PtrList< Foam::waveModel >, PtrList< force >, PtrList< functionObject >, PtrList< fvPatchMapper >, PtrList< GasThermo >, PtrList< injectionModel >, PtrList< InjectionModel< CloudType > >, PtrList< InjectionModel< Foam::KinematicCloud< Cloud< basicKinematicCollidingParcel > > > >, PtrList< InjectionModel< Foam::KinematicCloud< CloudType > > >, PtrList< InjectionModel< Foam::KinematicCloud< Foam::DSMCCloud > > >, PtrList< joint >, PtrList< MRFZone >, PtrList< option >, PtrList< pairPotential >, PtrList< ParticleForce< CloudType > >, PtrList< ParticleForce< KinematicCloud< Cloud< basicKinematicCollidingParcel > > > >, PtrList< ParticleForce< KinematicCloud< CloudType > > >, PtrList< ParticleForce< KinematicCloud< Foam::DSMCCloud > > >, PtrList< PatchField< Type > >, PtrList< phaseModel >, PtrList< pointPatchMapper >, PtrList< pointZone >, PtrList< polyMeshModifier >, PtrList< porosityModel >, PtrList< profileModel >, PtrList< pyrolysisModel >, PtrList< Reaction< ThermoType > >, PtrList< regionModelFunctionObject >, PtrList< sampledSet >, PtrList< sampledSurface >, PtrList< searchableSurface >, PtrList< SolidThermo >, PtrList< tetherPotential >, PtrList< ThermoType >, PtrList< transferModel >, and PtrList< ZoneType >.

Classes

class  const_iterator
 An STL-conforming const_iterator. More...
 
class  iterator
 An STL iterator. More...
 

Public Types

typedef T value_type
 Type of values the UPtrList contains. More...
 
typedef Treference
 Type that can be used for storing into UPtrList::value_type objects. More...
 
typedef const Tconst_reference
 Type that can be used for storing into constant UPtrList::value_type. More...
 

Public Member Functions

 UPtrList ()
 Null Constructor. More...
 
 UPtrList (const label)
 Construct with size specified. More...
 
 UPtrList (const Xfer< UPtrList< T >> &)
 Construct by transferring the parameter contents. More...
 
 UPtrList (UPtrList< T > &, bool reuse)
 Construct as copy or re-use as specified. More...
 
label size () const
 Return the number of elements in the UPtrList. More...
 
bool empty () const
 Return true if the UPtrList is empty (ie, size() is zero) More...
 
Tfirst ()
 Return reference to the first element of the list. More...
 
const Tfirst () const
 Return reference to first element of the list. More...
 
Tlast ()
 Return reference to the last element of the list. More...
 
const Tlast () const
 Return reference to the last element of the list. More...
 
void setSize (const label)
 Reset size of UPtrList. This can only be used to set the size. More...
 
void resize (const label)
 Reset size of UPtrList. This can only be used to set the size. More...
 
void clear ()
 Clear the UPtrList, i.e. set size to zero. More...
 
void transfer (UPtrList< T > &)
 Transfer the contents of the argument UPtrList into this. More...
 
Xfer< UPtrList< T > > xfer ()
 Transfer contents to the Xfer container. More...
 
bool set (const label) const
 Is element set. More...
 
Tset (const label, T *)
 Set element. Return old element (can be nullptr). More...
 
void reorder (const labelUList &)
 Reorders elements. Ordering does not have to be done in. More...
 
const Toperator[] (const label) const
 Return element const reference. More...
 
Toperator[] (const label)
 Return element reference. More...
 
const Toperator() (const label) const
 Return element const pointer. More...
 
iterator begin ()
 Return an iterator to begin traversing the UPtrList. More...
 
iterator end ()
 Return an iterator to end traversing the UPtrList. More...
 
const_iterator cbegin () const
 Return an const_iterator to begin traversing the UPtrList. More...
 
const_iterator cend () const
 Return an const_iterator to end traversing the UPtrList. More...
 
const_iterator begin () const
 Return an const_iterator to begin traversing the UPtrList. More...
 
const_iterator end () const
 Return an const_iterator to end traversing the UPtrList. More...
 

Friends

class PtrList< T >
 Declare friendship with the UPtrList class. More...
 
class iterator
 
Ostreamoperator (Ostream &, const UPtrList< T > &)
 Write UPtrList to Ostream. More...
 

Detailed Description

template<class T>
class Foam::UPtrList< T >

A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used for subscript bounds checking, etc.

The element operator [] returns a reference to the object rather than a pointer. Storage is not allocated during construction or use but is supplied to the constructor as an argument.

Source files

Definition at line 54 of file UPtrList.H.

Member Typedef Documentation

◆ value_type

typedef T value_type

Type of values the UPtrList contains.

Definition at line 227 of file UPtrList.H.

◆ reference

typedef T& reference

Type that can be used for storing into UPtrList::value_type objects.

Definition at line 230 of file UPtrList.H.

◆ const_reference

typedef const T& const_reference

Type that can be used for storing into constant UPtrList::value_type.

objects

Definition at line 234 of file UPtrList.H.

Constructor & Destructor Documentation

◆ UPtrList() [1/4]

UPtrList ( )

Null Constructor.

Definition at line 31 of file UPtrList.C.

◆ UPtrList() [2/4]

UPtrList ( const label  s)
explicit

Construct with size specified.

Definition at line 38 of file UPtrList.C.

◆ UPtrList() [3/4]

UPtrList ( const Xfer< UPtrList< T >> &  lst)

Construct by transferring the parameter contents.

Definition at line 45 of file UPtrList.C.

◆ UPtrList() [4/4]

UPtrList ( UPtrList< T > &  a,
bool  reuse 
)

Construct as copy or re-use as specified.

Definition at line 52 of file UPtrList.C.

Member Function Documentation

◆ size()

Foam::label size ( ) const
inline

Return the number of elements in the UPtrList.

Definition at line 29 of file UPtrListI.H.

Referenced by MRFZoneList::absolute(), MRFZoneList::active(), porosityModelList::active(), singleProcessorFaceSetsConstraint::add(), fvMeshAdder::add(), polyMeshAdder::add(), surfaceZonesInfo::addCellZonesToMesh(), surfaceZonesInfo::addFaceZonesToMesh(), snappyLayerDriver::addLayers(), fvMeshTools::addPatch(), meshRefinement::addPatch(), GAMGAgglomeration::agglomerateLduAddressing(), extendedEdgeMesh::allNearestFeatureEdges(), meshRefinement::appendPatch(), attachPolyTopoChanger::attach(), Foam::average(), addPatchCellLayer::calcSidePatch(), polyTopoChange::changeMesh(), repatchPolyTopoChanger::changePatchID(), searchableSurfaces::checkClosed(), polyBoundaryMesh::checkDefinition(), polyBoundaryMesh::checkParallelSync(), searchableSurfaces::checkSizes(), profileModelList::connectBlades(), inverseFaceDistanceDiffusivity::correct(), nearWallDistNoSearch::correct(), nearWallDist::correct(), pointPatchDist::correct(), wallDistData< TransferType >::correct(), motionSmootherAlgo::curPoints(), structuredDecomp::decompose(), decompositionMethod::decompose(), displacementInterpolationMotionSolver::displacementInterpolationMotionSolver(), fvMeshDistribute::distribute(), snappyLayerDriver::doLayers(), Foam::facePointN(), coordinateSystems::findIndices(), polyBoundaryMesh::findPatchIDs(), fvFieldReconstructor::fvFieldReconstructor(), GAMGSolver::GAMGSolver(), lduPrimitiveMesh::gather(), Foam::gAverage(), surfaceZonesInfo::getAllClosedNamedSurfaces(), surfaceZonesInfo::getClosedNamedSurfaces(), surfaceZonesInfo::getInsidePointNamedSurfaces(), surfaceZonesInfo::getNamedSurfaces(), cellDistFuncs::getPatchIDs(), surfaceZonesInfo::getUnclosedNamedSurfaces(), surfaceZonesInfo::getUnnamedSurfaces(), GAMGProcAgglomeration::globalCellCells(), hexRef8Data::hexRef8Data(), injectionModelList::info(), transferModelList::info(), interRegionExplicitPorositySource::initialise(), lduMatrix::initMatrixInterfaces(), fvBoundaryMesh::interfaces(), GeometricField< Type, PatchField, GeoMesh >::Boundary::interfaces(), meshToMesh::interpolationMethodAMI(), regionModel::interRegionAMI(), rigidBodyModel::join(), layerParameters::layerParameters(), lduPrimitiveMesh::lduPrimitiveMesh(), Foam::MULES::limitSum(), LUscalarMatrix::LUscalarMatrix(), meshRefinement::makeDisplacementField(), polyTopoChange::makeMesh(), meshToMesh::mapSrcToTgt(), meshToMesh::mapTgtToSrc(), fvMeshAdder::MapVolFields(), Foam::max(), MeshedSurface< Foam::face >::MeshedSurface(), meshTriangulation::meshTriangulation(), Foam::min(), polyTopoChanger::names(), ZoneMesh< cellZone, polyMesh >::names(), polyBoundaryMesh::names(), regionModel::nbrCoupledPatchID(), extendedEdgeMesh::nearestFeatureEdgeByType(), FieldField< Foam::Field, LUType >::NewCalculatedType(), nonBlockingGaussSeidelSmoother::nonBlockingGaussSeidelSmoother(), lduPrimitiveMesh::nonBlockingSchedule(), potential::nPairPotentials(), blockMesh::numZonedBlocks(), procLess::operator()(), listPlusEqOp< T >::operator()(), Foam::operator<<(), PtrList< transferModel >::operator=(), blockMesh::patchDicts(), patchInjection::patchInjection(), patchDistMethod::patchTypes(), polyBoundaryMesh::physicalTypes(), pointFieldReconstructor::pointFieldReconstructor(), polyBoundaryMesh::polyBoundaryMesh(), polyMesh::polyMesh(), Foam::polyMeshZipUpCells(), polyTopoChange::polyTopoChange(), fvMeshDistribute::printCoupleInfo(), fvMeshDistribute::printMeshInfo(), thermalBaffleModel::read(), boundaryMesh::read(), polyMesh::readUpdate(), ensightParts::recalculate(), pointFieldReconstructor::reconstructField(), refinementHistory::refinementHistory(), refinementFeatures::regionEdgeTrees(), MRFZoneList::relative(), SloanRenumber::renumber(), structuredRenumber::renumber(), lduMatrix::residual(), GeometricField< Type, PatchField, GeoMesh >::Boundary::scalarInterfaces(), fvMeshSubset::setCellSubset(), polyBoundaryMesh::setGroup(), fvMeshSubset::setLargeCellSubset(), removeCells::setRefinement(), meshCutAndRemove::setRefinement(), singleCellFvMesh::singleCellFvMesh(), ensightParts::size(), pairPatchAgglomeration::size(), GAMGAgglomeration::size(), Foam::sum(), Foam::sumMag(), surfacePatchIOList::surfacePatchIOList(), surfZoneIOList::surfZoneIOList(), ParticleStressModel::tau(), coordinateSystems::toc(), polyTopoChanger::types(), ZoneMesh< cellZone, polyMesh >::types(), polyBoundaryMesh::types(), GeometricField< Type, PatchField, GeoMesh >::Boundary::types(), lduMatrix::updateMatrixInterfaces(), valveBank::valveBank(), Foam::vertices(), wallLayerCells::wallLayerCells(), WallLocalSpringSliderDashpot< CloudType >::WallLocalSpringSliderDashpot(), xmgraceSetWriter< Type >::write(), vtkSetWriter< Type >::write(), gnuplotSetWriter< Type >::write(), coordinateSystems::writeData(), polyBoundaryMesh::writeData(), cellZoneSet::writeObject(), pointZoneSet::writeObject(), faceZoneSet::writeObject(), searchableSurfaces::writeStats(), fvMeshTools::zeroPatchFields(), ZoneMesh< cellZone, polyMesh >::ZoneMesh(), and meshRefinement::zonify().

◆ empty()

bool empty ( ) const
inline

Return true if the UPtrList is empty (ie, size() is zero)

Definition at line 36 of file UPtrListI.H.

Referenced by NamedEnum< directionType, 3 >::names(), and fvMeshTools::zeroPatchFields().

Here is the caller graph for this function:

◆ first() [1/2]

T & first ( )
inline

Return reference to the first element of the list.

Definition at line 43 of file UPtrListI.H.

Referenced by functionObjectList::readFunctionObject().

Here is the caller graph for this function:

◆ first() [2/2]

const T & first ( ) const
inline

Return reference to first element of the list.

Definition at line 50 of file UPtrListI.H.

◆ last() [1/2]

T & last ( )
inline

Return reference to the last element of the list.

Definition at line 57 of file UPtrListI.H.

Referenced by composite::jcalc().

Here is the caller graph for this function:

◆ last() [2/2]

const T & last ( ) const
inline

Return reference to the last element of the list.

Definition at line 64 of file UPtrListI.H.

◆ setSize()

void setSize ( const label  newSize)

Reset size of UPtrList. This can only be used to set the size.

of an empty UPtrList, extend a UPtrList, remove entries from the end of a UPtrList

Definition at line 61 of file UPtrList.C.

◆ resize()

void resize ( const label  newSize)
inline

Reset size of UPtrList. This can only be used to set the size.

of an empty UPtrList, extend a UPtrList, remove entries from the end of a UPtrList

Definition at line 71 of file UPtrListI.H.

◆ clear()

void clear ( )

Clear the UPtrList, i.e. set size to zero.

Definition at line 87 of file UPtrList.C.

◆ transfer()

void transfer ( UPtrList< T > &  a)

Transfer the contents of the argument UPtrList into this.

UPtrList and annul the argument list

Definition at line 94 of file UPtrList.C.

Referenced by wallDistData< TransferType >::correct(), and meshWave::correct().

Here is the caller graph for this function:

◆ xfer()

Foam::Xfer< Foam::UPtrList< T > > xfer ( )
inline

Transfer contents to the Xfer container.

Definition at line 94 of file UPtrListI.H.

◆ set() [1/2]

bool set ( const label  i) const
inline

◆ set() [2/2]

T * set ( const label  i,
T ptr 
)
inline

Set element. Return old element (can be nullptr).

No checks on new element

Definition at line 85 of file UPtrListI.H.

◆ reorder()

void reorder ( const labelUList oldToNew)

Reorders elements. Ordering does not have to be done in.

ascending or descending order. Reordering has to be unique. (is shuffle)

Definition at line 101 of file UPtrList.C.

◆ operator[]() [1/2]

const T & operator[] ( const label  i) const
inline

Return element const reference.

Definition at line 103 of file UPtrListI.H.

Referenced by MRFZoneList::active(), porosityModelList::active(), MRFZoneList::addAcceleration(), porosityModelList::addResistance(), functionObjectList::adjustTimeStep(), GeometricField< Type, PatchField, GeoMesh >::Boundary::boundaryInternalField(), profileModelList::connectBlades(), optionList::constrain(), forceList::correct(), transferModelList::correct(), injectionModelList::correct(), optionList::correct(), MRFZoneList::correctBoundaryVelocity(), MRFZoneList::DDt(), functionObjectList::end(), GeometricField< Type, PatchField, GeoMesh >::Boundary::evaluate(), coalCloudList::evolve(), pyrolysisModelCollection::evolve(), pyrolysisModelCollection::evolveRegion(), functionObjectList::execute(), pointBoundaryMesh::findIndices(), coalCloudList::hsTrans(), pyrolysisModelCollection::info(), injectionModelList::info(), transferModelList::info(), MRFZoneList::makeAbsolute(), MRFZoneList::makeRelative(), pyrolysisModelCollection::maxDiff(), pointBoundaryMesh::movePoints(), functionObjectList::movePoints(), GeometricField< Type, PatchField, GeoMesh >::Boundary::operator=(), GeometricField< Type, PatchField, GeoMesh >::Boundary::operator==(), regionModelFunctionObjectList::postEvolveRegion(), pyrolysisModelCollection::preEvolveRegion(), regionModelFunctionObjectList::preEvolveRegion(), porosityModelList::read(), MRFZoneList::read(), refinementFeatures::regionEdgeTrees(), MRFZoneList::relative(), coalCloudList::rhoTrans(), coalCloudList::Sh(), pyrolysisModelCollection::solidRegionDiffNo(), coalCloudList::Srho(), coalCloudList::SU(), coalCloudList::SYi(), coordinateSystems::toc(), GeometricField< Type, PatchField, GeoMesh >::Boundary::updateCoeffs(), pointBoundaryMesh::updateMesh(), functionObjectList::updateMesh(), coalCloudList::UTrans(), porosityModelList::writeData(), coordinateSystems::writeData(), MRFZoneList::writeData(), optionList::writeData(), and GeometricField< Type, PatchField, GeoMesh >::Boundary::writeEntry().

◆ operator[]() [2/2]

T & operator[] ( const label  i)
inline

Return element reference.

Definition at line 119 of file UPtrListI.H.

◆ operator()()

const T * operator() ( const label  i) const
inline

Return element const pointer.

Definition at line 135 of file UPtrListI.H.

◆ begin() [1/2]

Foam::UPtrList< T >::iterator begin ( )
inline

Return an iterator to begin traversing the UPtrList.

Definition at line 289 of file UPtrListI.H.

Referenced by LUscalarMatrix::LUscalarMatrix().

Here is the caller graph for this function:

◆ end() [1/2]

Foam::UPtrList< T >::iterator end ( )
inline

Return an iterator to end traversing the UPtrList.

Definition at line 296 of file UPtrListI.H.

Referenced by searchableSurfaces::checkIntersection(), and searchableSurfaces::regionNames().

Here is the caller graph for this function:

◆ cbegin()

Foam::UPtrList< T >::const_iterator cbegin ( ) const
inline

Return an const_iterator to begin traversing the UPtrList.

Definition at line 511 of file UPtrListI.H.

◆ cend()

Foam::UPtrList< T >::const_iterator cend ( ) const
inline

Return an const_iterator to end traversing the UPtrList.

Definition at line 519 of file UPtrListI.H.

◆ begin() [2/2]

Foam::UPtrList< T >::const_iterator begin ( ) const
inline

Return an const_iterator to begin traversing the UPtrList.

Definition at line 495 of file UPtrListI.H.

◆ end() [2/2]

Foam::UPtrList< T >::const_iterator end ( ) const
inline

Return an const_iterator to end traversing the UPtrList.

Definition at line 503 of file UPtrListI.H.

Friends And Related Function Documentation

◆ PtrList< T >

friend class PtrList< T >
friend

Declare friendship with the UPtrList class.

Definition at line 136 of file UPtrList.H.

◆ iterator

friend class iterator
friend

Definition at line 240 of file UPtrList.H.

◆ operator

Ostream& operator ( Ostream ,
const UPtrList< T > &   
)
friend

The documentation for this class was generated from the following files: