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

#include <SIM_MatrixField.h>

Public Member Functions

 SkipFieldRebuildScope (SIM_MatrixField *field)
 
 ~SkipFieldRebuildScope ()
 

Detailed Description

This helper class can be used to prevent the given field from automatically attempting to rebuild its raw fields on option changes. The field will skip rebuilds as long as this object remains in scope; the rebuild flag is reset and rebuildField() is called when the object goes out of scope.

Definition at line 273 of file SIM_MatrixField.h.

Constructor & Destructor Documentation

SIM_MatrixField::SkipFieldRebuildScope::SkipFieldRebuildScope ( SIM_MatrixField field)
inline

Definition at line 276 of file SIM_MatrixField.h.

SIM_MatrixField::SkipFieldRebuildScope::~SkipFieldRebuildScope ( )
inline

Definition at line 283 of file SIM_MatrixField.h.


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