Blender V2.61 - r43446
Public Member Functions | Public Attributes

UniformFsgrCellIdentifier Class Reference

#include <solver_class.h>

Inheritance diagram for UniformFsgrCellIdentifier:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 UniformFsgrCellIdentifier ()
 reset constructor
virtual string getAsString ()
 return node as string (with some basic info)
virtual bool equal (CellIdentifierInterface *other)
 compare cids

Public Attributes

int level
 which grid level?
int x
 location in grid
int y
int z

Detailed Description

cell access classes

Definition at line 120 of file solver_class.h.


Constructor & Destructor Documentation

UniformFsgrCellIdentifier::UniformFsgrCellIdentifier ( ) [inline]

reset constructor

Definition at line 130 of file solver_class.h.


Member Function Documentation

virtual bool UniformFsgrCellIdentifier::equal ( CellIdentifierInterface other) [inline, virtual]

compare cids

Implements CellIdentifierInterface.

Definition at line 142 of file solver_class.h.

References level, x, y, and z.

virtual string UniformFsgrCellIdentifier::getAsString ( ) [inline, virtual]

return node as string (with some basic info)

Implements CellIdentifierInterface.

Definition at line 134 of file solver_class.h.

References LBMDIM, x, y, and z.


Member Data Documentation


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