INMOST
Mathematical Modelling Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Types | Public Member Functions | Protected Attributes | Friends | List of all members
INMOST::Storage Class Reference

#include <inmost_data.h>

Inheritance diagram for INMOST::Storage:
Collaboration diagram for INMOST::Storage:

Classes

class  reference_array
 Storage type for representing arrays of Element references. More...
 
class  remote_reference_array
 Storage type for representing arrays of Element references on another Mesh. More...
 

Public Types

typedef INMOST_DATA_REAL_TYPE real
 Storage type for representing real values. More...
 
typedef INMOST_DATA_INTEGER_TYPE integer
 Storage type for representing integer values. More...
 
typedef INMOST_DATA_BULK_TYPE bulk
 Storage type for representing one byte of abstact data. More...
 
typedef INMOST_DATA_ENUM_TYPE enumerator
 type for representing unsigned integer values. More...
 
typedef HandleType reference
 Storage type for representing references to Element. More...
 
typedef RemoteHandleType remote_reference
 Storage type for representing references to Element in another Mesh. More...
 
typedef shell< realreal_array
 Storage type for representing arrays of real values. More...
 
typedef shell< integerinteger_array
 Storage type for representing arrays of integer values. More...
 
typedef shell< bulkbulk_array
 Storage type for representing abstact data as a series of bytes. More...
 
typedef variable var
 Storage type for representing real value with vector of variations. More...
 
typedef shell< variablevar_array
 Storage type for representing array of values with vectors of variations. More...
 

Public Member Functions

 Storage (const Storage &other)
 
 Storage (Mesh *mesh, HandleType handle)
 
 Storage (Mesh *mesh, HandleType *handle)
 This constructor allows for remote handle modification. More...
 
Storageoperator= (Storage const &other)
 
__INLINE bool operator< (const Storage &other) const
 Inline functions for class Storage //. More...
 
__INLINE bool operator> (const Storage &other) const
 
__INLINE bool operator<= (const Storage &other) const
 
__INLINE bool operator>= (const Storage &other) const
 
__INLINE bool operator== (const Storage &other) const
 
__INLINE bool operator!= (const Storage &other) const
 
__INLINE Storageoperator-> ()
 
__INLINE const Storageoperator-> () const
 
__INLINE Storageself ()
 
__INLINE const Storageself () const
 
virtual ~Storage ()
 
__INLINE realReal (const Tag &tag) const
 
__INLINE integerInteger (const Tag &tag) const
 
__INLINE bulkBulk (const Tag &tag) const
 
__INLINE referenceReference (const Tag &tag) const
 
__INLINE remote_referenceRemoteReference (const Tag &tag) const
 
__INLINE real_array RealArray (const Tag &tag) const
 
__INLINE integer_array IntegerArray (const Tag &tag) const
 
__INLINE bulk_array BulkArray (const Tag &tag) const
 
__INLINE reference_array ReferenceArray (const Tag &tag) const
 
__INLINE remote_reference_array RemoteReferenceArray (const Tag &tag) const
 
__INLINE real_array RealArrayDF (const Tag &tag) const
 
__INLINE integer_array IntegerArrayDF (const Tag &tag) const
 
__INLINE bulk_array BulkArrayDF (const Tag &tag) const
 
__INLINE reference_array ReferenceArrayDF (const Tag &tag) const
 
__INLINE remote_reference_array RemoteReferenceArrayDF (const Tag &tag) const
 
__INLINE realRealDF (const Tag &tag) const
 
__INLINE integerIntegerDF (const Tag &tag) const
 
__INLINE bulkBulkDF (const Tag &tag) const
 
__INLINE referenceReferenceDF (const Tag &tag) const
 
__INLINE remote_referenceRemoteReferenceDF (const Tag &tag) const
 
__INLINE real_array RealArrayDV (const Tag &tag) const
 
__INLINE integer_array IntegerArrayDV (const Tag &tag) const
 
__INLINE bulk_array BulkArrayDV (const Tag &tag) const
 
__INLINE reference_array ReferenceArrayDV (const Tag &tag) const
 
__INLINE remote_reference_array RemoteReferenceArrayDV (const Tag &tag) const
 
__INLINE realRealDV (const Tag &tag) const
 
__INLINE integerIntegerDV (const Tag &tag) const
 
__INLINE bulkBulkDV (const Tag &tag) const
 
__INLINE referenceReferenceDV (const Tag &tag) const
 
__INLINE remote_referenceRemoteReferenceDV (const Tag &tag) const
 
__INLINE varVariable (const Tag &tag) const
 Retrieve variable reference associated with Tag. More...
 
__INLINE varVariableDF (const Tag &tag) const
 
__INLINE varVariableDV (const Tag &tag) const
 
__INLINE var_array VariableArray (const Tag &tag) const
 Retrieve array of variables associated with Tag. More...
 
__INLINE var_array VariableArrayDF (const Tag &tag) const
 
__INLINE var_array VariableArrayDV (const Tag &tag) const
 
__INLINE INMOST_DATA_ENUM_TYPE GetDataSize (const Tag &tag) const
 
__INLINE INMOST_DATA_ENUM_TYPE GetDataCapacity (const Tag &tag) const
 
__INLINE void SetDataSize (const Tag &tag, INMOST_DATA_ENUM_TYPE new_size) const
 
__INLINE void GetData (const Tag &tag, INMOST_DATA_ENUM_TYPE shift, INMOST_DATA_ENUM_TYPE size, void *data) const
 
__INLINE void SetData (const Tag &tag, INMOST_DATA_ENUM_TYPE shift, INMOST_DATA_ENUM_TYPE size, const void *data) const
 
__INLINE void DelData (const Tag &tag) const
 
__INLINE void DelSparseData (const Tag &tag) const
 Deallocates space allocated for sparse data, frees variable array if necessary. More...
 
__INLINE void DelDenseData (const Tag &tag) const
 Frees variable array or fills field with zeroes. More...
 
__INLINE bool HaveData (const Tag &tag) const
 Check if any data is associated with Tag. More...
 
__INLINE ElementType GetElementType () const
 
__INLINE integer GetElementNum () const
 
__INLINE void SetMarker (MarkerType n) const
 
__INLINE bool GetMarker (MarkerType n) const
 
__INLINE void RemMarker (MarkerType n) const
 
__INLINE void SetPrivateMarker (MarkerType n) const
 
__INLINE bool GetPrivateMarker (MarkerType n) const
 
__INLINE void RemPrivateMarker (MarkerType n) const
 
__INLINE void ClearMarkerSpace () const
 
__INLINE void GetMarkerSpace (bulk copy[MarkerFields]) const
 
__INLINE void SetMarkerSpace (bulk source[MarkerFields]) const
 
__INLINE integer LocalID () const
 
__INLINE integer DataLocalID () const
 
__INLINE bool isValid () const
 
__INLINE MeshGetMeshLink () const
 
__INLINE HandleType GetHandle () const
 
__INLINE Element getAsElement () const
 
__INLINE Node getAsNode () const
 
__INLINE Edge getAsEdge () const
 
__INLINE Face getAsFace () const
 
__INLINE Cell getAsCell () const
 
__INLINE ElementSet getAsSet () const
 

Protected Attributes

HandleType handle
 
HandleTypehandle_link
 

Friends

class Mesh
 

Detailed Description

Base class for Mesh, Element, and ElementSet classes. This base class is used for the Mesh class, as well as Element classes, and ElementSet class.

Storage class is used for representing different data objects in memory. Each data object is associated with corresponding Tag.

Definition at line 274 of file inmost_data.h.

Member Typedef Documentation

Storage type for representing one byte of abstact data.

Definition at line 282 of file inmost_data.h.

Storage type for representing abstact data as a series of bytes.

Definition at line 294 of file inmost_data.h.

type for representing unsigned integer values.

Definition at line 284 of file inmost_data.h.

Storage type for representing integer values.

Definition at line 280 of file inmost_data.h.

Storage type for representing arrays of integer values.

Definition at line 292 of file inmost_data.h.

Storage type for representing real values.

Definition at line 278 of file inmost_data.h.

Storage type for representing arrays of real values.

Definition at line 290 of file inmost_data.h.

Storage type for representing references to Element.

Definition at line 286 of file inmost_data.h.

Storage type for representing references to Element in another Mesh.

Definition at line 288 of file inmost_data.h.

Storage type for representing real value with vector of variations.

Definition at line 297 of file inmost_data.h.

Storage type for representing array of values with vectors of variations.

Definition at line 299 of file inmost_data.h.

Constructor & Destructor Documentation

INMOST::Storage::Storage ( const Storage other)
inline

Definition at line 428 of file inmost_data.h.

INMOST::Storage::Storage ( Mesh mesh,
HandleType  handle 
)
inline

Definition at line 429 of file inmost_data.h.

INMOST::Storage::Storage ( Mesh mesh,
HandleType handle 
)
inline

This constructor allows for remote handle modification.

Definition at line 431 of file inmost_data.h.

virtual INMOST::Storage::~Storage ( )
inlinevirtual

Definition at line 445 of file inmost_data.h.

Member Function Documentation

__INLINE Storage::bulk & INMOST::Storage::Bulk ( const Tag tag) const

Retrieve one byte of abstract data associated with Tag. Implemented in inmost_mesh.h.

Parameters
taginstance of class Tag that represent asking datum.

Definition at line 3250 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::bulk_array INMOST::Storage::BulkArray ( const Tag tag) const

Retrieve abstract data associated with Tag as a series of bytes. Implemented in inmost_mesh.h.

Parameters
taginstance of class Tag that represent asking datum.

Definition at line 3270 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::bulk_array INMOST::Storage::BulkArrayDF ( const Tag tag) const

Definition at line 3290 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::bulk_array INMOST::Storage::BulkArrayDV ( const Tag tag) const

Definition at line 3330 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::bulk & INMOST::Storage::BulkDF ( const Tag tag) const

Definition at line 3310 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::bulk & INMOST::Storage::BulkDV ( const Tag tag) const

Definition at line 3350 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE void INMOST::Storage::ClearMarkerSpace ( ) const

Definition at line 3463 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::integer INMOST::Storage::DataLocalID ( ) const

This number is guaranteed to be between 0 and Mesh::NumberOf(type of element) after Mesh::ReorderEmpty

Definition at line 3483 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE void INMOST::Storage::DelData ( const Tag tag) const

Definition at line 3421 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE void INMOST::Storage::DelDenseData ( const Tag tag) const

Frees variable array or fills field with zeroes.

Definition at line 3425 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE void INMOST::Storage::DelSparseData ( const Tag tag) const

Deallocates space allocated for sparse data, frees variable array if necessary.

Definition at line 3429 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Cell INMOST::Storage::getAsCell ( ) const

Definition at line 3507 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Edge INMOST::Storage::getAsEdge ( ) const

Definition at line 3497 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Element INMOST::Storage::getAsElement ( ) const

Definition at line 3487 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Face INMOST::Storage::getAsFace ( ) const

Definition at line 3502 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Node INMOST::Storage::getAsNode ( ) const

Definition at line 3492 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE ElementSet INMOST::Storage::getAsSet ( ) const

Definition at line 3512 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE void INMOST::Storage::GetData ( const Tag tag,
INMOST_DATA_ENUM_TYPE  shift,
INMOST_DATA_ENUM_TYPE  size,
void *  data 
) const

Extract part of the data associated with Tag. Copy part of the associated array or data to the destination memory.

Parameters
tagIdentifying Tag.
shiftStarting position of the copied data. For abstact data – number of bytes to skip, otherwise number of values to skip.
sizeNumber of elements to copy. For abstact data – number of bytes to copy, otherwise number of values to copy.
dataDestination position to copy data to.
See Also
Storage::SetData

Definition at line 3413 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE INMOST_DATA_ENUM_TYPE INMOST::Storage::GetDataCapacity ( const Tag tag) const

Return the size of the structure required to represent the data on current element. This is equal to GetDataSize times Tag::GetBytesSize for all the data types, except for DATA_VARIABLE, that requires a larger structure to accomodate derivatives.

Parameters
tagtag that represents the data
See Also
Mesh::GetDataCapacity

Definition at line 3397 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE INMOST_DATA_ENUM_TYPE INMOST::Storage::GetDataSize ( const Tag tag) const

Return the data length associated with Tag. For abstract data return the number of bytes, otherwise return the length of associated array.

Parameters
tagtag that represents the data
See Also
Storage::SetDataSize
Mesh::GetDataSize

Definition at line 3393 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::integer INMOST::Storage::GetElementNum ( ) const

Definition at line 3409 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE ElementType INMOST::Storage::GetElementType ( ) const

Definition at line 3405 of file inmost_mesh.h.

Here is the call graph for this function:

Here is the caller graph for this function:

__INLINE HandleType INMOST::Storage::GetHandle ( ) const

Definition at line 3521 of file inmost_mesh.h.

Here is the caller graph for this function:

__INLINE bool INMOST::Storage::GetMarker ( MarkerType  n) const

Definition at line 3438 of file inmost_mesh.h.

Here is the call graph for this function:

Here is the caller graph for this function:

__INLINE void INMOST::Storage::GetMarkerSpace ( Storage::bulk  copy[MarkerFields]) const

Definition at line 3467 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Mesh * INMOST::Storage::GetMeshLink ( ) const

Definition at line 3517 of file inmost_mesh.h.

Here is the caller graph for this function:

__INLINE bool INMOST::Storage::GetPrivateMarker ( MarkerType  n) const

Definition at line 3453 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE bool INMOST::Storage::HaveData ( const Tag tag) const

Check if any data is associated with Tag.

Definition at line 3388 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::integer & INMOST::Storage::Integer ( const Tag tag) const

Retrieve integer value associated with Tag. Implemented in inmost_mesh.h.

Parameters
taginstance of class Tag that represent asking datum.

Definition at line 3246 of file inmost_mesh.h.

Here is the call graph for this function:

Here is the caller graph for this function:

__INLINE Storage::integer_array INMOST::Storage::IntegerArray ( const Tag tag) const

Retrieve array of integer values associated with Tag. Implemented in inmost_mesh.h.

Parameters
taginstance of class Tag that represent asking datum.

Definition at line 3266 of file inmost_mesh.h.

Here is the call graph for this function:

Here is the caller graph for this function:

__INLINE Storage::integer_array INMOST::Storage::IntegerArrayDF ( const Tag tag) const

Definition at line 3286 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::integer_array INMOST::Storage::IntegerArrayDV ( const Tag tag) const

Definition at line 3326 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::integer & INMOST::Storage::IntegerDF ( const Tag tag) const

Definition at line 3306 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::integer & INMOST::Storage::IntegerDV ( const Tag tag) const

Definition at line 3346 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE bool INMOST::Storage::isValid ( ) const

Definition at line 3475 of file inmost_mesh.h.

Here is the call graph for this function:

Here is the caller graph for this function:

__INLINE Storage::integer INMOST::Storage::LocalID ( ) const

Definition at line 3479 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE bool INMOST::Storage::operator!= ( const Storage other) const

Definition at line 3222 of file inmost_mesh.h.

__INLINE Storage * INMOST::Storage::operator-> ( )

Definition at line 3226 of file inmost_mesh.h.

__INLINE const Storage * INMOST::Storage::operator-> ( ) const

Definition at line 3230 of file inmost_mesh.h.

__INLINE bool INMOST::Storage::operator< ( const Storage other) const

Inline functions for class Storage //.

Definition at line 3202 of file inmost_mesh.h.

__INLINE bool INMOST::Storage::operator<= ( const Storage other) const

Definition at line 3210 of file inmost_mesh.h.

Storage& INMOST::Storage::operator= ( Storage const &  other)

If there is a link to handle provided (automatically by ElementArray and reference_array), then remote handle value will be modified

Here is the caller graph for this function:

__INLINE bool INMOST::Storage::operator== ( const Storage other) const

Definition at line 3218 of file inmost_mesh.h.

__INLINE bool INMOST::Storage::operator> ( const Storage other) const

Definition at line 3206 of file inmost_mesh.h.

__INLINE bool INMOST::Storage::operator>= ( const Storage other) const

Definition at line 3214 of file inmost_mesh.h.

__INLINE Storage::real & INMOST::Storage::Real ( const Tag tag) const

Retrieve real value associated with Tag. Implemented in inmost_mesh.h.

Parameters
taginstance of class Tag that represent asking datum.

Definition at line 3242 of file inmost_mesh.h.

Here is the call graph for this function:

Here is the caller graph for this function:

__INLINE Storage::real_array INMOST::Storage::RealArray ( const Tag tag) const

Retrieve array of real values associated with Tag. Implemented in inmost_mesh.h.

Parameters
taginstance of class Tag that represent asking datum.

Definition at line 3262 of file inmost_mesh.h.

Here is the call graph for this function:

Here is the caller graph for this function:

__INLINE Storage::real_array INMOST::Storage::RealArrayDF ( const Tag tag) const

Definition at line 3282 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::real_array INMOST::Storage::RealArrayDV ( const Tag tag) const

Definition at line 3322 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::real & INMOST::Storage::RealDF ( const Tag tag) const

Definition at line 3302 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::real & INMOST::Storage::RealDV ( const Tag tag) const

Definition at line 3342 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::reference & INMOST::Storage::Reference ( const Tag tag) const

Retrieve Element reference associated with Tag. Implemented in inmost_mesh.h.

Parameters
taginstance of class Tag that represent asking datum.

Definition at line 3254 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::reference_array INMOST::Storage::ReferenceArray ( const Tag tag) const

Retrieve array of Element references associated with Tag. Implemented in inmost_mesh.h.

Parameters
taginstance of class Tag that represent asking datum.

Definition at line 3274 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::reference_array INMOST::Storage::ReferenceArrayDF ( const Tag tag) const

Definition at line 3294 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::reference_array INMOST::Storage::ReferenceArrayDV ( const Tag tag) const

Definition at line 3334 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::reference & INMOST::Storage::ReferenceDF ( const Tag tag) const

Definition at line 3314 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::reference & INMOST::Storage::ReferenceDV ( const Tag tag) const

Definition at line 3354 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE void INMOST::Storage::RemMarker ( MarkerType  n) const

Definition at line 3443 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::remote_reference & INMOST::Storage::RemoteReference ( const Tag tag) const

Retrieve remote Element reference associated with Tag. Implemented in inmost_mesh.h.

Parameters
taginstance of class Tag that represent asking datum.

Definition at line 3258 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::remote_reference_array INMOST::Storage::RemoteReferenceArray ( const Tag tag) const

Retrieve array of Element references associated with Tag. Implemented in inmost_mesh.h.

Parameters
taginstance of class Tag that represent asking datum.

Definition at line 3278 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::remote_reference_array INMOST::Storage::RemoteReferenceArrayDF ( const Tag tag) const

Definition at line 3298 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::remote_reference_array INMOST::Storage::RemoteReferenceArrayDV ( const Tag tag) const

Definition at line 3338 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::remote_reference & INMOST::Storage::RemoteReferenceDF ( const Tag tag) const

Definition at line 3318 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::remote_reference & INMOST::Storage::RemoteReferenceDV ( const Tag tag) const

Definition at line 3358 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE void INMOST::Storage::RemPrivateMarker ( MarkerType  n) const

Definition at line 3458 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage & INMOST::Storage::self ( )

Definition at line 3234 of file inmost_mesh.h.

__INLINE const Storage & INMOST::Storage::self ( ) const

Definition at line 3238 of file inmost_mesh.h.

__INLINE void INMOST::Storage::SetData ( const Tag tag,
INMOST_DATA_ENUM_TYPE  shift,
INMOST_DATA_ENUM_TYPE  size,
const void *  data 
) const

Definition at line 3417 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE void INMOST::Storage::SetDataSize ( const Tag tag,
INMOST_DATA_ENUM_TYPE  new_size 
) const

Set the length of data associated with Tag.

Parameters
tagIdentifying Tag.
new_sizeThe number of bytes for abstract data, otherwise the length of the array.
See Also
Storage::GetDataSize
Mesh::SetDataSize

Definition at line 3401 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE void INMOST::Storage::SetMarker ( MarkerType  n) const

Definition at line 3433 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE void INMOST::Storage::SetMarkerSpace ( Storage::bulk  source[MarkerFields]) const

Definition at line 3471 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE void INMOST::Storage::SetPrivateMarker ( MarkerType  n) const

Definition at line 3448 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::var & INMOST::Storage::Variable ( const Tag tag) const

Retrieve variable reference associated with Tag.

Definition at line 3363 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::var_array INMOST::Storage::VariableArray ( const Tag tag) const

Retrieve array of variables associated with Tag.

Definition at line 3375 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::var_array INMOST::Storage::VariableArrayDF ( const Tag tag) const

Definition at line 3379 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::var_array INMOST::Storage::VariableArrayDV ( const Tag tag) const

Definition at line 3383 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::var & INMOST::Storage::VariableDF ( const Tag tag) const

Definition at line 3367 of file inmost_mesh.h.

Here is the call graph for this function:

__INLINE Storage::var & INMOST::Storage::VariableDV ( const Tag tag) const

Definition at line 3371 of file inmost_mesh.h.

Here is the call graph for this function:

Friends And Related Function Documentation

friend class Mesh
friend

Definition at line 582 of file inmost_data.h.

Member Data Documentation

HandleType INMOST::Storage::handle
protected

Definition at line 423 of file inmost_data.h.

HandleType* INMOST::Storage::handle_link
protected

Definition at line 424 of file inmost_data.h.


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