LifeV
|
#include <RequestLoopVolumeID.hpp>
Private Attributes | |
vectorVolumesPtr_Type | M_volumeList |
vectorIndexesPtr_Type | M_indexList |
Public Types | |
typedef MeshType::element_Type | element_Type |
typedef std::shared_ptr< std::vector< element_Type * > > | vectorVolumesPtr_Type |
typedef std::shared_ptr< std::vector< UInt > > | vectorIndexesPtr_Type |
Constructors & Destructor | |
RequestLoopVolumeID (const vectorVolumesPtr_Type &volumeListExtracted, const vectorIndexesPtr_Type &indexListExtracted) | |
Simple constructor with a shared_ptr on the mesh. More... | |
RequestLoopVolumeID (const RequestLoopVolumeID &loop) | |
Copy constructor. More... | |
Get Methods | |
const vectorVolumesPtr_Type | volumeList () const |
Getter for the mesh pointer. More... | |
const vectorIndexesPtr_Type | indexList () const |
Getter for the mesh pointer. More... | |
Private Methods | |
RequestLoopVolumeID () | |
No empty constructor. More... | |
Definition at line 53 of file RequestLoopVolumeID.hpp.
typedef MeshType::element_Type element_Type |
Definition at line 60 of file RequestLoopVolumeID.hpp.
typedef std::shared_ptr<std::vector<element_Type*> > vectorVolumesPtr_Type |
Definition at line 62 of file RequestLoopVolumeID.hpp.
typedef std::shared_ptr<std::vector<UInt> > vectorIndexesPtr_Type |
Definition at line 63 of file RequestLoopVolumeID.hpp.
|
inline |
Simple constructor with a shared_ptr on the mesh.
Definition at line 72 of file RequestLoopVolumeID.hpp.
|
inline |
Copy constructor.
Definition at line 77 of file RequestLoopVolumeID.hpp.
|
private |
No empty constructor.
|
inline |
Getter for the mesh pointer.
Definition at line 88 of file RequestLoopVolumeID.hpp.
|
inline |
Getter for the mesh pointer.
Definition at line 94 of file RequestLoopVolumeID.hpp.
|
private |
Definition at line 113 of file RequestLoopVolumeID.hpp.
|
private |
Definition at line 114 of file RequestLoopVolumeID.hpp.