Public Member Functions | List of all members
partInfo Class Reference

Bookkeeping for GUI checklists and the multi-block organization. More...

Public Member Functions

 partInfo (const char *name, const int blockNo=0)
 
int block () const
 Return the block holding these datasets. More...
 
int block (int blockNo)
 Assign block number, return previous value. More...
 
const char * name () const
 
int start () const
 
int end () const
 
int size () const
 
bool empty () const
 
void reset ()
 
void operator= (const int i)
 Assign new start and reset the size. More...
 
void operator+= (const int n)
 Increment the size. More...
 

Detailed Description

Bookkeeping for GUI checklists and the multi-block organization.

Definition at line 75 of file vtkPV3Readers.H.

Constructor & Destructor Documentation

partInfo ( const char *  name,
const int  blockNo = 0 
)
inline

Definition at line 84 of file vtkPV3Readers.H.

Member Function Documentation

int block ( ) const
inline

Return the block holding these datasets.

Definition at line 93 of file vtkPV3Readers.H.

Referenced by Foam::vtkPV3Readers::AddToBlock(), Foam::vtkPV3Readers::GetDataSetFromBlock(), and Foam::vtkPV3Readers::GetNumberOfDataSets().

Here is the caller graph for this function:

int block ( int  blockNo)
inline

Assign block number, return previous value.

Definition at line 99 of file vtkPV3Readers.H.

const char* name ( ) const
inline

Definition at line 106 of file vtkPV3Readers.H.

Referenced by Foam::vtkPV3Readers::AddToBlock().

Here is the caller graph for this function:

int start ( ) const
inline

Definition at line 111 of file vtkPV3Readers.H.

Referenced by Foam::vtkPV3Readers::getSelected(), and Foam::vtkPV3Readers::getSelectedArrayEntries().

Here is the caller graph for this function:

int end ( ) const
inline

Definition at line 116 of file vtkPV3Readers.H.

Referenced by Foam::vtkPV3Readers::getSelected(), and Foam::vtkPV3Readers::getSelectedArrayEntries().

Here is the caller graph for this function:

int size ( ) const
inline

Definition at line 121 of file vtkPV3Readers.H.

Referenced by Foam::vtkPV3Readers::getSelectedArrayEntries().

Here is the caller graph for this function:

bool empty ( ) const
inline

Definition at line 126 of file vtkPV3Readers.H.

void reset ( )
inline

Definition at line 131 of file vtkPV3Readers.H.

void operator= ( const int  i)
inline

Assign new start and reset the size.

Definition at line 138 of file vtkPV3Readers.H.

void operator+= ( const int  n)
inline

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