HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_MatrixField Class Reference

This class holds a three dimensional tensor field. More...

#include <SIM_MatrixField.h>

+ Inheritance diagram for SIM_MatrixField:

Classes

class  SkipFieldRebuildScope
 

Public Types

typedef SIM_RawField rawfield_type
 

Public Member Functions

 GETSET_DATA_FUNCS_S (SIM_NAME_POSITIONPATH, PositionPath)
 
 GETSET_DATA_FUNCS_I (SIM_NAME_UNIFORMVOXELS, UniformVoxels)
 Control the number of divisions. More...
 
 GETSET_DATA_FUNCS_B (SIM_NAME_TWOD, TwoDField)
 
 GETSET_DATA_FUNCS_I (SIM_NAME_VOXELPLANE, VoxelPlane)
 
 GETSET_DATA_FUNCS_V3 (SIM_NAME_DIV, RawDivisions)
 
 GETSET_DATA_FUNCS_I ("uniformdiv", RawUniformDivisions)
 
 GETSET_DATA_FUNCS_F ("divsize", RawDivisionSize)
 
 GETSET_DATA_FUNCS_V3 (SIM_NAME_CENTER, RawCenter)
 
 GETSET_DATA_FUNCS_V3 (SIM_NAME_SIZE, RawSize)
 
 GETSET_DATA_FUNCS_V3 ("slicediv", SliceDivisions)
 
 GETSET_DATA_FUNCS_V3 ("sliceoverlapneg", SliceOverlapNeg)
 
 GETSET_DATA_FUNCS_V3 ("sliceoverlappos", SliceOverlapPos)
 
exint getNumSlices () const
 
 GETSET_DATA_FUNCS_I ("totalvoxels", TotalVoxels)
 
 GETSET_DATA_FUNCS_V3 ("totalvoxelres", TotalVoxelRes)
 
 GETSET_DATA_FUNCS_F (SIM_NAME_TOLERANCE, Tolerance)
 
 GETSET_DATA_FUNCS_B ("usefp16", UseFP16)
 
 GETSET_DATA_FUNCS_I (SIM_NAME_VOXELSAMPLE, VoxelSampleRaw)
 
 GETSET_DATA_FUNCS_I ("border", RawBorder)
 
UT_VoxelBorderType getBorder () const
 
void setBorder (UT_VoxelBorderType border)
 
 GETSET_DATA_FUNCS_M3 ("initialvalue", InitialValue)
 
void getBBox (UT_BoundingBox &bbox) const
 
UT_Vector3 getOrig () const
 
UT_Vector3 getDivisions () const
 
UT_Vector3 getSize () const
 
UT_Vector3 getCenter () const
 
void setDivisions (const UT_Vector3 &div)
 
void setSize (const UT_Vector3 &div)
 
void setCenter (const UT_Vector3 &div)
 
void resizeKeepData (const UT_Vector3 &size, const UT_Vector3 &center, bool keepdata, const char *address=0, int port=-1)
 
void matchField (const SIM_ScalarField *field)
 
void matchField (const SIM_VectorField *field)
 
void matchField (const SIM_MatrixField *field, bool matchsamples=false)
 
void matchField (const SIM_IndexField *field)
 
bool isAligned (const SIM_ScalarField *field) const
 
bool isAligned (const SIM_VectorField *field) const
 
bool isAligned (const SIM_RawField *field) const
 
bool isAligned (const SIM_MatrixField *field) const
 
SIM_FieldSample getVoxelSample (int i, int j) const
 
const UT_Vector3getVoxelSize (int i, int j) const
 
fpreal getVoxelDiameter (int i, int j) const
 
UT_Vector3 getVoxelSize () const
 
void setVoxelSize (const UT_Vector3 &voxelsize)
 
UT_Matrix3 getValue (const UT_Vector3 &pos) const
 
UT_Matrix3 getCellValue (int x, int y, int z) const
 
void addToCell (int x, int y, int z, const UT_Matrix3 &dv)
 
void advect (const SIM_VectorField *vel, float timestep, const SIM_RawField *collision, SIM_FieldAdvection advectmethod, float cfl)
 Advects this field by the other given field. More...
 
void advect (sim_PointVelocity getVelocity, float timestep, float voxelsize, const SIM_RawField *collision=0, float cfl=1.0f)
 
void advectMinMax (SIM_MatrixField *minfield, SIM_MatrixField *maxfield, const SIM_VectorField *vel, float timestep, const SIM_RawField *collision, SIM_FieldAdvection advectmethod, float cfl)
 
void enforceBoundary (const SIM_ScalarField *collision=0, const SIM_MatrixField *cvel=0, const SIM_MatrixField *bvel=0)
 Enforces boundary conditions on the array. More...
 
bool indexToPos (int i, int j, int x, int y, int z, UT_Vector3 &pos) const
 Converts an integer index into a worldspace position. More...
 
bool posToIndex (int i, int j, const UT_Vector3 &pos, int &x, int &y, int &z) const
 Converts a worldspace position into an integer index. More...
 
const SIM_RawFieldgetField (int i, int j) const
 Retrieve raw field. More...
 
SIM_RawFieldgetField (int i, int j)
 
void setField (int i, int j, SIM_RawField *field)
 
bool hasNan () const
 True if we contain any NANs. More...
 
bool appearsToBeUnused () const
 
SIM_RawFieldstealField (int i, int j)
 
void testForNan () const
 
void pubHandleModification ()
 
void markGridAsChanged ()
 
void updateTotalVoxels ()
 
GU_ConstDetailHandle createSmokeRepresentation (const SIM_Data &root) const
 Creates a GDP with us as a Volume Primitive inside it. More...
 
void addSmokeRepresentation (const SIM_Data &root, GU_Detail *gdp) const
 
- Public Member Functions inherited from SIM_Data
const UT_StringHoldergetDataType () const
 
void initialize (const SIM_SubdataBehavior &subdatabehavior)
 
void makeEqual (const SIM_Data *source, const SIM_SubdataBehavior &subdatabehavior)
 
void setParameters (const SIM_Options &parms)
 
void interpolate (const SIM_Data *source1, const SIM_Data *source2, fpreal interp)
 
int64 getMemorySize () const
 
bool getIsAlternateRepresentation () const
 
bool saveToFile (const char *filename, UT_CompressionType compressionType) const
 
bool saveToStream (std::ostream &os, UT_CompressionType compressionType) const
 
void appendFullDataPath (const SIM_Data *subdata, bool useobjectid, UT_String &datapath) const
 
bool loadFromFile (const char *filename)
 
bool loadFromStream (UT_IStream &is, bool skiptype=false)
 
bool getIsOfType (const UT_StringRef &datatype) const
 
const voidgetConstPointerToType (const UT_StringRef &datatype) const
 
voidgetPointerToType (const UT_StringRef &datatype)
 
int getNumSubData () const
 Get the number of sub-data items attached to this data. More...
 
const UT_StringHoldergetSubDataName (int index) const
 Get the name of the sub-data at a particular index location. More...
 
int getSubDataIndex (const SIM_Data *subdata) const
 
bool buildSubDataPath (const SIM_Data *subdata, UT_String &pathto) const
 
const SIM_QuerygetQueryObject () const
 
SIM_OptionsgetUserOptions ()
 
const SIM_OptionsgetConstUserOptions () const
 
long getGuideParmVersion () const
 
void addGuideDep (DEP_MicroNode &src) const
 
virtual bool getGuideGeometryList (const SIM_RootData &root, const char *datapath, const SIM_Time &t, UT_Array< GU_ConstDetailHandle > &detailArray, UT_Array< UT_DMatrix4 > &xformArray) const
 
GU_ConstDetailHandle getGuideGeometry (const SIM_RootData &root, const char *datapath, UT_DMatrix4 &xform, const SIM_Time &t) const
 
void buildGuideOptions (SIM_Options &options, const SIM_Time &time) const
 
SIM_DatagetSubData (int index)
 
const SIM_DatagetConstSubData (int index) const
 
SIM_DatagetNamedSubData (const char *dataname)
 
const SIM_DatagetConstNamedSubData (const char *dataname) const
 
void filterSubData (SIM_DataArray &ncdp, UT_StringArray *names, const SIM_DataFilter &ncfilter, const char *startfrom, const SIM_DataFilter &recursefilter)
 
void filterConstSubData (SIM_ConstDataArray &dp, UT_StringArray *names, const SIM_DataFilter &filter, const char *startfrom, const SIM_DataFilter &recurseFilter) const
 
SIM_DatagetNthSubData (UT_String *name, const SIM_DataFilter &filter, int n, const char *startfrom, const SIM_DataFilter &recurseFilter)
 
const SIM_DatagetNthConstSubData (UT_String *name, const SIM_DataFilter &filter, int n, const char *startfrom, const SIM_DataFilter &recurseFilter) const
 
void forEachSubData (SIM_EachDataCallback &cb, const SIM_DataFilter &filter, const char *startfrom, const SIM_DataFilter &recurseFilter)
 
void forEachConstSubData (SIM_EachDataCallback &cb, const SIM_DataFilter &filter, const char *startfrom, const SIM_DataFilter &recurseFilter) const
 
SIM_DatacreateNamedSubData (const char *dataname, const char *datatype, int creationflags, UT_String *newdatanameptr=NULL)
 
SIM_DatagetOrCreateAlternateRepresentation (const char *dataname, const char *datatype) const
 
void interpolateSubData (const SIM_Data &source1, const SIM_Data &source2, fpreal interp, const SIM_DataFilter &interpdata, const SIM_DataFilter &recurse)
 
void setNamedSubData (const char *dataname, const SIM_Data *data, int setflags)
 
void createUniqueSubDataName (const SIM_Data *subdata, UT_String &dataname) const
 
void removeNamedSubData (const char *dataname)
 Remove some existing sub-data by name. More...
 
void removeSubData (int index)
 Remove some existing sub-data by index. More...
 
void moveNamedSubData (const char *oldname, const char *newname)
 
const UT_GuidgetUniqueId () const
 
long getReferenceCount () const
 
int getCreatorId () const
 Get the ID of the node that created this data. More...
 
OP_NodegetCreatorNode () const
 Use the creator ID to look up the OP_Node that created this data. More...
 
OP_NodegetOwnerNetwork () const
 Look up the owner node of our engine to get the DOP Network pointer. More...
 
const SIM_EnginegetEngine () const
 Get the engine that created us (from our data factory). More...
 
int getCreatorIndex () const
 Get the output index of the creator node that generated this data. More...
 
const SIM_TimegetCreationTime () const
 Get the creation time for this data. More...
 
bool getIsSelected () const
 Get the selected flag for this data. More...
 
void setIsSelected (bool selected) const
 
bool getSelectionRepresentsObject () const
 
void copyCreationInfoFrom (const SIM_Data *source)
 
OP_NodegetNodePathsRelativeTo () const
 
OP_NodegetOPNode (const char *path, bool addinterest) const
 Given a path relative to our creator node, return an OBJ_Node. More...
 
OBJ_NodegetOBJNode (const char *path, bool addinterest) const
 Given a path relative to our creator node, return an OBJ_Node. More...
 
SOP_NodegetSOPNode (const char *path, bool addinterest) const
 Given a path relative to our creator node, return a SOP_Node. More...
 
DOP_NodegetDOPNode (const char *path, bool addinterest) const
 Given a path relative to our creator node, return a DOP_Node. More...
 
COP2_NodegetCOP2Node (const char *path, bool addinterest) const
 Given a path relative to our creator node, return a COP2_Node. More...
 
CHOP_NodegetCHOPNode (const char *path, bool addinterest) const
 Given a path relative to our creator node, return a CHOP_Node. More...
 
void addOPInterest (OP_Node *node) const
 Adds an interest in the specified node to our engine's owner node. More...
 
void addError (const SIM_RootData *root, int errorcode, const char *errorparm, UT_ErrorSeverity severity) const
 Adds an error to our SIM_Engine. More...
 
void makeMemberDataUnique ()
 
virtual void makeMemberDataUniqueSubclass ()
 
- Public Member Functions inherited from SIM_OptionsUser
 SIM_OptionsUser (SIM_Data *owner)
 
virtual ~SIM_OptionsUser ()
 
void optionChanged (const char *name)
 
const SIM_OptionsgetOptions () const
 

Protected Member Functions

 SIM_MatrixField (const SIM_DataFactory *factory)
 
 ~SIM_MatrixField () override
 
void initializeSubclass () override
 Overrides to properly implement this class as a SIM_Data. More...
 
void makeEqualSubclass (const SIM_Data *source) override
 myField aware copy constructor. More...
 
void saveSubclass (std::ostream &os) const override
 Saves our attributes, and our internal data if it has been set. More...
 
bool loadSubclass (UT_IStream &is) override
 Loads our attributes and internal data if it was set when we saved. More...
 
int64 getMemorySizeSubclass () const override
 
void optionChangedSubclass (const char *name) override
 Override the setDivisions to rebuild our voxel array on demand. More...
 
- Protected Member Functions inherited from SIM_Data
 SIM_Data (const SIM_DataFactory *factory)
 
virtual ~SIM_Data ()
 
void handleModification (int code=-1)
 
void setNeedsToRecalculateMemorySize () const
 
void deleteQueryObjectIfNotBuilding () const
 Deletes the query object for this data, if there is one. More...
 
void deleteGuideObjectIfNotBuilding () const
 Delete the guide geometry for this data, if it exists. More...
 
void initAlternateRepresentation () const
 
void setNeedsInitialization (bool needsinit) const
 Flags an alternate representation subdata as requiring initialization. More...
 
bool getNeedsInitialization () const
 Tests whether an alternate representation requires initialization. More...
 
bool saveOptionPacket (std::ostream &os, const char *name, const SIM_Options *opts) const
 
bool loadOptionPacket (UT_IStream &is, const char *name, SIM_Options *opts) const
 
bool getIsDoingSimplifiedSaveLoad () const
 
void initializeFromParmDefaults ()
 
void setSelectionRepresentsObject (bool representsobject)
 
virtual void setNeedsInitializationSubclass (bool needsinit) const
 
virtual void saveIOSubclass (std::ostream &os, SIM_DataThreadedIO *io) const
 
virtual bool loadIOSubclass (UT_IStream &is, SIM_DataThreadedIO *io)
 
virtual SIM_QuerycreateQueryObjectSubclass () const
 
virtual long getGuideParmVersionSubclass () const
 
virtual SIM_GuidecreateGuideObjectSubclass () const
 
virtual void buildGuideGeometrySubclass (const SIM_RootData &root, const SIM_Options &options, const GU_DetailHandle &gdh, UT_DMatrix4 *xform, const SIM_Time &t) const
 
virtual void setParametersSubclass (const SIM_Options &parms)
 
virtual void setNamedSubDataSubclass (const char *dataname, const SIM_Data *data)
 
virtual void removeNamedSubDataSubclass (const char *dataname)
 
virtual void interpolateSubclass (const SIM_Data *source1, const SIM_Data *source2, fpreal interp)
 
virtual void handleModificationSubclass (int code)
 
virtual bool getIsAlternateRepresentationSubclass () const
 
virtual void initAlternateRepresentationSubclass (const SIM_Data &)
 
virtual voidgetCastToType (const UT_StringRef &datatype) const
 
virtual const UT_StringHoldergetDataTypeSubclass () const
 
const SIM_DatagetAlternateRepresentationOf () const
 
- Protected Member Functions inherited from SIM_OptionsUser
SIM_OptionsgetOptions ()
 

Friends

class SkipFieldRebuildScope
 

Additional Inherited Members

- Static Public Member Functions inherited from SIM_Data
static bool getDataTypeFromFile (const char *filename, UT_String &datatype)
 
static bool getDataTypeFromStream (UT_IStream &is, UT_String &datatype)
 
static const voidcastConstPointerToType (const SIM_Data *data, const UT_StringRef &datatype)
 
static voidcastPointerToType (SIM_Data *data, const UT_StringRef &datatype)
 
- Static Protected Member Functions inherited from SIM_Data
static const PRM_TemplategetEmptyTemplateList ()
 
static const SIM_DopDescriptiongetEmptyDopDescription ()
 A DOP description that says not to create an automatic DOP. More...
 
static void getDataTypeSuperclasses (UT_StringArray &)
 

Detailed Description

This class holds a three dimensional tensor field.

Examples:
SIM/SIM_GasAdd.C.

Definition at line 30 of file SIM_MatrixField.h.

Member Typedef Documentation

Definition at line 34 of file SIM_MatrixField.h.

Constructor & Destructor Documentation

SIM_MatrixField::SIM_MatrixField ( const SIM_DataFactory factory)
explicitprotected
SIM_MatrixField::~SIM_MatrixField ( )
overrideprotected

Member Function Documentation

void SIM_MatrixField::addSmokeRepresentation ( const SIM_Data root,
GU_Detail gdp 
) const

Adds a volume primitive version of our field to the given gdp.

void SIM_MatrixField::addToCell ( int  x,
int  y,
int  z,
const UT_Matrix3 dv 
)

Adds a velocity to the given voxel. If this is face, it is divided in two and spread on each of 6 faces. If it is corner, it is divided by 8 and spread along each of 8 corners.

void SIM_MatrixField::advect ( const SIM_VectorField vel,
float  timestep,
const SIM_RawField collision,
SIM_FieldAdvection  advectmethod,
float  cfl 
)

Advects this field by the other given field.

void SIM_MatrixField::advect ( sim_PointVelocity  getVelocity,
float  timestep,
float  voxelsize,
const SIM_RawField collision = 0,
float  cfl = 1.0f 
)
void SIM_MatrixField::advectMinMax ( SIM_MatrixField minfield,
SIM_MatrixField maxfield,
const SIM_VectorField vel,
float  timestep,
const SIM_RawField collision,
SIM_FieldAdvection  advectmethod,
float  cfl 
)

Advects this by the velocity field, storing our min/max interpolants into the min/max fields

bool SIM_MatrixField::appearsToBeUnused ( ) const
inline

True if we have a constant value. Ignores end conditions in determining this. Used as a rough guess that the field is unused.

Definition at line 197 of file SIM_MatrixField.h.

GU_ConstDetailHandle SIM_MatrixField::createSmokeRepresentation ( const SIM_Data root) const

Creates a GDP with us as a Volume Primitive inside it.

void SIM_MatrixField::enforceBoundary ( const SIM_ScalarField collision = 0,
const SIM_MatrixField cvel = 0,
const SIM_MatrixField bvel = 0 
)

Enforces boundary conditions on the array.

void SIM_MatrixField::getBBox ( UT_BoundingBox bbox) const

Controls the dimensions of where the field is properly defined in the field space.

UT_VoxelBorderType SIM_MatrixField::getBorder ( ) const
inline

Definition at line 63 of file SIM_MatrixField.h.

UT_Matrix3 SIM_MatrixField::getCellValue ( int  x,
int  y,
int  z 
) const

Gets the velocity at the given voxel location, interpolating if we have corner or face velocities.

UT_Vector3 SIM_MatrixField::getCenter ( ) const
UT_Vector3 SIM_MatrixField::getDivisions ( ) const

Calculate the size and divisions according to options such as 2d or equal sized voxels.

const SIM_RawField* SIM_MatrixField::getField ( int  i,
int  j 
) const
inline

Retrieve raw field.

Examples:
SIM/SIM_GasAdd.C.

Definition at line 175 of file SIM_MatrixField.h.

SIM_RawField* SIM_MatrixField::getField ( int  i,
int  j 
)
inline

Definition at line 176 of file SIM_MatrixField.h.

int64 SIM_MatrixField::getMemorySizeSubclass ( ) const
overrideprotectedvirtual

Override this function to return an accurate representation of the amount of memory used by this piece of data. The size of subdata should not be included in this calculation.

Reimplemented from SIM_Data.

exint SIM_MatrixField::getNumSlices ( ) const
inline

Definition at line 54 of file SIM_MatrixField.h.

UT_Vector3 SIM_MatrixField::getOrig ( ) const
inline

Definition at line 81 of file SIM_MatrixField.h.

SIM_MatrixField::GETSET_DATA_FUNCS_B ( SIM_NAME_TWOD  ,
TwoDField   
)
SIM_MatrixField::GETSET_DATA_FUNCS_B ( "usefp16"  ,
UseFP16   
)
SIM_MatrixField::GETSET_DATA_FUNCS_F ( "divsize"  ,
RawDivisionSize   
)
SIM_MatrixField::GETSET_DATA_FUNCS_F ( SIM_NAME_TOLERANCE  ,
Tolerance   
)
SIM_MatrixField::GETSET_DATA_FUNCS_I ( SIM_NAME_UNIFORMVOXELS  ,
UniformVoxels   
)

Control the number of divisions.

SIM_MatrixField::GETSET_DATA_FUNCS_I ( SIM_NAME_VOXELPLANE  ,
VoxelPlane   
)
SIM_MatrixField::GETSET_DATA_FUNCS_I ( "uniformdiv"  ,
RawUniformDivisions   
)
SIM_MatrixField::GETSET_DATA_FUNCS_I ( "totalvoxels"  ,
TotalVoxels   
)
SIM_MatrixField::GETSET_DATA_FUNCS_I ( SIM_NAME_VOXELSAMPLE  ,
VoxelSampleRaw   
)
SIM_MatrixField::GETSET_DATA_FUNCS_I ( "border"  ,
RawBorder   
)
SIM_MatrixField::GETSET_DATA_FUNCS_M3 ( "initialvalue"  ,
InitialValue   
)
SIM_MatrixField::GETSET_DATA_FUNCS_S ( SIM_NAME_POSITIONPATH  ,
PositionPath   
)

Accesses the relative path to the position data associated with this geometry.

SIM_MatrixField::GETSET_DATA_FUNCS_V3 ( SIM_NAME_DIV  ,
RawDivisions   
)
SIM_MatrixField::GETSET_DATA_FUNCS_V3 ( SIM_NAME_CENTER  ,
RawCenter   
)
SIM_MatrixField::GETSET_DATA_FUNCS_V3 ( SIM_NAME_SIZE  ,
RawSize   
)
SIM_MatrixField::GETSET_DATA_FUNCS_V3 ( "slicediv"  ,
SliceDivisions   
)
SIM_MatrixField::GETSET_DATA_FUNCS_V3 ( "sliceoverlapneg"  ,
SliceOverlapNeg   
)
SIM_MatrixField::GETSET_DATA_FUNCS_V3 ( "sliceoverlappos"  ,
SliceOverlapPos   
)
SIM_MatrixField::GETSET_DATA_FUNCS_V3 ( "totalvoxelres"  ,
TotalVoxelRes   
)
UT_Vector3 SIM_MatrixField::getSize ( ) const
UT_Matrix3 SIM_MatrixField::getValue ( const UT_Vector3 pos) const

Access the field value given a world space location. This does trilinear interpolation.

fpreal SIM_MatrixField::getVoxelDiameter ( int  i,
int  j 
) const
SIM_FieldSample SIM_MatrixField::getVoxelSample ( int  i,
int  j 
) const
const UT_Vector3& SIM_MatrixField::getVoxelSize ( int  i,
int  j 
) const
UT_Vector3 SIM_MatrixField::getVoxelSize ( ) const
inline

Definition at line 124 of file SIM_MatrixField.h.

bool SIM_MatrixField::hasNan ( ) const
inline

True if we contain any NANs.

Definition at line 183 of file SIM_MatrixField.h.

bool SIM_MatrixField::indexToPos ( int  i,
int  j,
int  x,
int  y,
int  z,
UT_Vector3 pos 
) const

Converts an integer index into a worldspace position.

void SIM_MatrixField::initializeSubclass ( )
overrideprotectedvirtual

Overrides to properly implement this class as a SIM_Data.

Reimplemented from SIM_Data.

bool SIM_MatrixField::isAligned ( const SIM_ScalarField field) const
bool SIM_MatrixField::isAligned ( const SIM_VectorField field) const
bool SIM_MatrixField::isAligned ( const SIM_RawField field) const
bool SIM_MatrixField::isAligned ( const SIM_MatrixField field) const

True if we are component wise aligned, the subfields may still not be aligned with respect to each other.

bool SIM_MatrixField::loadSubclass ( UT_IStream is)
overrideprotectedvirtual

Loads our attributes and internal data if it was set when we saved.

Reimplemented from SIM_Data.

void SIM_MatrixField::makeEqualSubclass ( const SIM_Data source)
overrideprotectedvirtual

myField aware copy constructor.

Reimplemented from SIM_Data.

void SIM_MatrixField::markGridAsChanged ( )
inline

Definition at line 216 of file SIM_MatrixField.h.

void SIM_MatrixField::matchField ( const SIM_ScalarField field)

Match this field to the given reference field. We will end up with the same size/divisions/twod/uniform, but not the same sampling pattern

void SIM_MatrixField::matchField ( const SIM_VectorField field)
void SIM_MatrixField::matchField ( const SIM_MatrixField field,
bool  matchsamples = false 
)
void SIM_MatrixField::matchField ( const SIM_IndexField field)
void SIM_MatrixField::optionChangedSubclass ( const char *  name)
overrideprotectedvirtual

Override the setDivisions to rebuild our voxel array on demand.

Reimplemented from SIM_OptionsUser.

bool SIM_MatrixField::posToIndex ( int  i,
int  j,
const UT_Vector3 pos,
int x,
int y,
int z 
) const

Converts a worldspace position into an integer index.

void SIM_MatrixField::pubHandleModification ( )
inline
Examples:
SIM/SIM_GasAdd.C.

Definition at line 211 of file SIM_MatrixField.h.

void SIM_MatrixField::resizeKeepData ( const UT_Vector3 size,
const UT_Vector3 center,
bool  keepdata,
const char *  address = 0,
int  port = -1 
)

Resizes our field keeping our field data. The final size will be an integer number of voxels matching our current voxel size. The final center will be an integer number of voxel offset from our current center. This allows us to do a perfect copy of the data.

void SIM_MatrixField::saveSubclass ( std::ostream &  os) const
overrideprotectedvirtual

Saves our attributes, and our internal data if it has been set.

Reimplemented from SIM_Data.

void SIM_MatrixField::setBorder ( UT_VoxelBorderType  border)
inline

Definition at line 69 of file SIM_MatrixField.h.

void SIM_MatrixField::setCenter ( const UT_Vector3 div)
void SIM_MatrixField::setDivisions ( const UT_Vector3 div)

Adjusts the size/divisions of this field, overriding and twod or uniform voxel settings.

void SIM_MatrixField::setField ( int  i,
int  j,
SIM_RawField field 
)

Sets the field to the given field, gaining ownership of it. The new field must already match the field it will replace.

void SIM_MatrixField::setSize ( const UT_Vector3 div)
void SIM_MatrixField::setVoxelSize ( const UT_Vector3 voxelsize)
inline

Definition at line 125 of file SIM_MatrixField.h.

SIM_RawField* SIM_MatrixField::stealField ( int  i,
int  j 
)

Steals the field, replacing this copy with an empty field and Steals the field, replacing this copy with an empty field and returning the old version.

void SIM_MatrixField::testForNan ( ) const
void SIM_MatrixField::updateTotalVoxels ( )

Recomputes total number of voxels to be stored on our options data for ease of reading

Friends And Related Function Documentation

Definition at line 266 of file SIM_MatrixField.h.


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