VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkImplicitModeller Class Reference

compute distance from input geometry on structured point dataset More...

#include <vtkImplicitModeller.h>

Inheritance diagram for vtkImplicitModeller:
[legend]
Collaboration diagram for vtkImplicitModeller:
[legend]

Public Types

typedef vtkImageAlgorithm Superclass
 
- Public Types inherited from vtkImageAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
enum  DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION }
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkImplicitModellerNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
double ComputeModelBounds (vtkDataSet *input=NULL)
 
void StartAppend ()
 
void Append (vtkDataSet *input)
 
void EndAppend ()
 
int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual intGetSampleDimensions ()
 
virtual void GetSampleDimensions (int data[3])
 
void SetSampleDimensions (int i, int j, int k)
 
void SetSampleDimensions (int dim[3])
 
virtual void SetMaximumDistance (double)
 
virtual double GetMaximumDistance ()
 
virtual void SetModelBounds (double, double, double, double, double, double)
 
virtual void SetModelBounds (double[6])
 
virtual doubleGetModelBounds ()
 
virtual void GetModelBounds (double data[6])
 
virtual void SetAdjustBounds (int)
 
virtual int GetAdjustBounds ()
 
virtual void AdjustBoundsOn ()
 
virtual void AdjustBoundsOff ()
 
virtual void SetAdjustDistance (double)
 
virtual double GetAdjustDistance ()
 
virtual void SetCapping (int)
 
virtual int GetCapping ()
 
virtual void CappingOn ()
 
virtual void CappingOff ()
 
void SetCapValue (double value)
 
virtual double GetCapValue ()
 
virtual void SetScaleToMaximumDistance (int)
 
virtual int GetScaleToMaximumDistance ()
 
virtual void ScaleToMaximumDistanceOn ()
 
virtual void ScaleToMaximumDistanceOff ()
 
virtual void SetProcessMode (int)
 
virtual int GetProcessMode ()
 
void SetProcessModeToPerVoxel ()
 
void SetProcessModeToPerCell ()
 
const char * GetProcessModeAsString (void)
 
virtual void SetLocatorMaxLevel (int)
 
virtual int GetLocatorMaxLevel ()
 
virtual void SetNumberOfThreads (int)
 
virtual int GetNumberOfThreads ()
 
void SetOutputScalarType (int type)
 
virtual int GetOutputScalarType ()
 
void SetOutputScalarTypeToFloat ()
 
void SetOutputScalarTypeToDouble ()
 
void SetOutputScalarTypeToInt ()
 
void SetOutputScalarTypeToUnsignedInt ()
 
void SetOutputScalarTypeToLong ()
 
void SetOutputScalarTypeToUnsignedLong ()
 
void SetOutputScalarTypeToShort ()
 
void SetOutputScalarTypeToUnsignedShort ()
 
void SetOutputScalarTypeToUnsignedChar ()
 
void SetOutputScalarTypeToChar ()
 
- Public Member Functions inherited from vtkImageAlgorithm
vtkImageAlgorithmNewInstance () const
 
vtkImageDataGetOutput ()
 
vtkImageDataGetOutput (int)
 
virtual void SetOutput (vtkDataObject *d)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
vtkDataObjectGetInput (int port)
 
vtkDataObjectGetInput ()
 
vtkImageDataGetImageDataInput (int port)
 
virtual void AddInputData (vtkDataObject *)
 
virtual void AddInputData (int, vtkDataObject *)
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int extent[6])
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual unsigned long GetMTime ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkImplicitModellerSafeDownCast (vtkObjectBase *o)
 
static vtkImplicitModellerNew ()
 
- Static Public Member Functions inherited from vtkImageAlgorithm
static int IsTypeOf (const char *type)
 
static vtkImageAlgorithmSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkImplicitModeller ()
 
 ~vtkImplicitModeller ()
 
double GetScalarTypeMax (int type)
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void StartAppend (int internal)
 
void Cap (vtkDataArray *s)
 
virtual int FillInputPortInformation (int, vtkInformation *)
 
- Protected Member Functions inherited from vtkImageAlgorithm
 vtkImageAlgorithm ()
 
 ~vtkImageAlgorithm ()
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual void CopyInputArrayAttributesToOutput (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual void ExecuteDataWithInformation (vtkDataObject *output, vtkInformation *outInfo)
 
virtual void ExecuteData (vtkDataObject *output)
 
virtual void Execute ()
 
virtual void AllocateOutputData (vtkImageData *out, vtkInformation *outInfo, int *uExtent)
 
virtual vtkImageDataAllocateOutputData (vtkDataObject *out, vtkInformation *outInfo)
 
virtual void CopyAttributeData (vtkImageData *in, vtkImageData *out, vtkInformationVector **inputVector)
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkMultiThreaderThreader
 
int NumberOfThreads
 
int SampleDimensions [3]
 
double MaximumDistance
 
double ModelBounds [6]
 
int Capping
 
double CapValue
 
int DataAppended
 
int AdjustBounds
 
double AdjustDistance
 
int ProcessMode
 
int LocatorMaxLevel
 
int OutputScalarType
 
int ScaleToMaximumDistance
 
int BoundsComputed
 
double InternalMaxDistance
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

compute distance from input geometry on structured point dataset

vtkImplicitModeller is a filter that computes the distance from the input geometry to the points of an output structured point set. This distance function can then be "contoured" to generate new, offset surfaces from the original geometry. An important feature of this object is "capping". If capping is turned on, after the implicit model is created, the values on the boundary of the structured points dataset are set to the cap value. This is used to force closure of the resulting contoured surface. Note, however, that large cap values can generate weird surface normals in those cells adjacent to the boundary of the dataset. Using smaller cap value will reduce this effect.

Another important ivar is MaximumDistance. This controls how far into the volume the distance function is computed from the input geometry. Small values give significant increases in performance. However, there can strange sampling effects at the extreme range of the MaximumDistance.

In order to properly execute and sample the input data, a rectangular region in space must be defined (this is the ivar ModelBounds). If not explicitly defined, the model bounds will be computed. Note that to avoid boundary effects, it is possible to adjust the model bounds (i.e., using the AdjustBounds and AdjustDistance ivars) to strictly contain the sampled data.

This filter has one other unusual capability: it is possible to append data in a sequence of operations to generate a single output. This is useful when you have multiple datasets and want to create a conglomeration of all the data. However, the user must be careful to either specify the ModelBounds or specify the first item such that its bounds completely contain all other items. This is because the rectangular region of the output can not be changed after the 1st Append.

The ProcessMode ivar controls the method used within the Append function (where the actual work is done regardless if the Append function is explicitly called) to compute the implicit model. If set to work in voxel mode, each voxel is visited once. If set to cell mode, each cell is visited once. Tests have shown once per voxel to be faster when there are a lot of cells (at least a thousand?); relative performance improvement increases with addition cells. Primitives should not be stripped for best performance of the voxel mode. Also, if explicitly using the Append feature many times, the cell mode will probably be better because each voxel will be visited each Append. Append the data before input if possible when using the voxel mode. Do not switch between voxel and cell mode between execution of StartAppend and EndAppend.

Further performance improvement is now possible using the PerVoxel process mode on multi-processor machines (the mode is now multithreaded). Each thread processes a different "slab" of the output. Also, if the input is vtkPolyData, it is appropriately clipped for each thread; that is, each thread only considers the input which could affect its slab of the output.

This filter can now produce output of any type supported by vtkImageData. However to support this change, additional sqrts must be executed during the Append step. Previously, the output was initialized to the squared CapValue in StartAppend, the output was updated with squared distance values during the Append, and then the sqrt of the distances was computed in EndAppend. To support different scalar types in the output (largely to reduce memory requirements as an vtkImageShiftScale and/or vtkImageCast could have achieved the same result), we can't "afford" to save squared value in the output, because then we could only represent up to the sqrt of the scalar max for an integer type in the output; 1 (instead of 255) for an unsigned char; 11 for a char (instead of 127). Thus this change may result in a minor performance degradation. Non-float output types can be scaled to the CapValue by turning ScaleToMaximumDistance On.

See also
vtkSampleFunction vtkContourFilter
Examples:
vtkImplicitModeller (Examples)
Tests:
vtkImplicitModeller (Tests)

Definition at line 105 of file vtkImplicitModeller.h.

Member Typedef Documentation

Definition at line 108 of file vtkImplicitModeller.h.

Constructor & Destructor Documentation

vtkImplicitModeller::vtkImplicitModeller ( )
protected
vtkImplicitModeller::~vtkImplicitModeller ( )
protected

Member Function Documentation

static int vtkImplicitModeller::IsTypeOf ( const char *  type)
static
virtual int vtkImplicitModeller::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageAlgorithm.

static vtkImplicitModeller* vtkImplicitModeller::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkImplicitModeller::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkImageAlgorithm.

vtkImplicitModeller* vtkImplicitModeller::NewInstance ( ) const
void vtkImplicitModeller::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkImageAlgorithm.

static vtkImplicitModeller* vtkImplicitModeller::New ( )
static

Construct with sample dimensions=(50,50,50), and so that model bounds are automatically computed from the input. Capping is turned on with CapValue equal to a large positive number.

double vtkImplicitModeller::ComputeModelBounds ( vtkDataSet input = NULL)

Compute ModelBounds from input geometry. If input is not specified, the input of the filter will be used.

virtual int* vtkImplicitModeller::GetSampleDimensions ( )
virtual

Set/Get the i-j-k dimensions on which to sample distance function.

virtual void vtkImplicitModeller::GetSampleDimensions ( int  data[3])
virtual

Set/Get the i-j-k dimensions on which to sample distance function.

void vtkImplicitModeller::SetSampleDimensions ( int  i,
int  j,
int  k 
)

Set/Get the i-j-k dimensions on which to sample distance function.

void vtkImplicitModeller::SetSampleDimensions ( int  dim[3])

Set/Get the i-j-k dimensions on which to sample distance function.

virtual void vtkImplicitModeller::SetMaximumDistance ( double  )
virtual

Set / get the distance away from surface of input geometry to sample. This value is specified as a percentage of the length of the diagonal of the input data bounding box. Smaller values make large increases in performance.

virtual double vtkImplicitModeller::GetMaximumDistance ( )
virtual

Set / get the distance away from surface of input geometry to sample. This value is specified as a percentage of the length of the diagonal of the input data bounding box. Smaller values make large increases in performance.

virtual void vtkImplicitModeller::SetModelBounds ( double  ,
double  ,
double  ,
double  ,
double  ,
double   
)
virtual

Set / get the region in space in which to perform the sampling. If not specified, it will be computed automatically.

virtual void vtkImplicitModeller::SetModelBounds ( double  [6])
virtual

Set / get the region in space in which to perform the sampling. If not specified, it will be computed automatically.

virtual double* vtkImplicitModeller::GetModelBounds ( )
virtual

Set / get the region in space in which to perform the sampling. If not specified, it will be computed automatically.

virtual void vtkImplicitModeller::GetModelBounds ( double  data[6])
virtual

Set / get the region in space in which to perform the sampling. If not specified, it will be computed automatically.

virtual void vtkImplicitModeller::SetAdjustBounds ( int  )
virtual

Control how the model bounds are computed. If the ivar AdjustBounds is set, then the bounds specified (or computed automatically) is modified by the fraction given by AdjustDistance. This means that the model bounds is expanded in each of the x-y-z directions.

virtual int vtkImplicitModeller::GetAdjustBounds ( )
virtual

Control how the model bounds are computed. If the ivar AdjustBounds is set, then the bounds specified (or computed automatically) is modified by the fraction given by AdjustDistance. This means that the model bounds is expanded in each of the x-y-z directions.

virtual void vtkImplicitModeller::AdjustBoundsOn ( )
virtual

Control how the model bounds are computed. If the ivar AdjustBounds is set, then the bounds specified (or computed automatically) is modified by the fraction given by AdjustDistance. This means that the model bounds is expanded in each of the x-y-z directions.

virtual void vtkImplicitModeller::AdjustBoundsOff ( )
virtual

Control how the model bounds are computed. If the ivar AdjustBounds is set, then the bounds specified (or computed automatically) is modified by the fraction given by AdjustDistance. This means that the model bounds is expanded in each of the x-y-z directions.

virtual void vtkImplicitModeller::SetAdjustDistance ( double  )
virtual

Specify the amount to grow the model bounds (if the ivar AdjustBounds is set). The value is a fraction of the maximum length of the sides of the box specified by the model bounds.

virtual double vtkImplicitModeller::GetAdjustDistance ( )
virtual

Specify the amount to grow the model bounds (if the ivar AdjustBounds is set). The value is a fraction of the maximum length of the sides of the box specified by the model bounds.

virtual void vtkImplicitModeller::SetCapping ( int  )
virtual

The outer boundary of the structured point set can be assigned a particular value. This can be used to close or "cap" all surfaces.

virtual int vtkImplicitModeller::GetCapping ( )
virtual

The outer boundary of the structured point set can be assigned a particular value. This can be used to close or "cap" all surfaces.

virtual void vtkImplicitModeller::CappingOn ( )
virtual

The outer boundary of the structured point set can be assigned a particular value. This can be used to close or "cap" all surfaces.

virtual void vtkImplicitModeller::CappingOff ( )
virtual

The outer boundary of the structured point set can be assigned a particular value. This can be used to close or "cap" all surfaces.

void vtkImplicitModeller::SetCapValue ( double  value)

Specify the capping value to use. The CapValue is also used as an initial distance value at each point in the dataset.

virtual double vtkImplicitModeller::GetCapValue ( )
virtual

Specify the capping value to use. The CapValue is also used as an initial distance value at each point in the dataset.

virtual void vtkImplicitModeller::SetScaleToMaximumDistance ( int  )
virtual

If a non-floating output type is specified, the output distances can be scaled to use the entire positive scalar range of the output type specified (up to the CapValue which is equal to the max for the type unless modified by the user). For example, if ScaleToMaximumDistance is On and the OutputScalarType is UnsignedChar the distances saved in the output would be linearly scaled between 0 (for distances "very close" to the surface) and 255 (at the specifed maximum distance)... assuming the CapValue is not changed from 255.

virtual int vtkImplicitModeller::GetScaleToMaximumDistance ( )
virtual

If a non-floating output type is specified, the output distances can be scaled to use the entire positive scalar range of the output type specified (up to the CapValue which is equal to the max for the type unless modified by the user). For example, if ScaleToMaximumDistance is On and the OutputScalarType is UnsignedChar the distances saved in the output would be linearly scaled between 0 (for distances "very close" to the surface) and 255 (at the specifed maximum distance)... assuming the CapValue is not changed from 255.

virtual void vtkImplicitModeller::ScaleToMaximumDistanceOn ( )
virtual

If a non-floating output type is specified, the output distances can be scaled to use the entire positive scalar range of the output type specified (up to the CapValue which is equal to the max for the type unless modified by the user). For example, if ScaleToMaximumDistance is On and the OutputScalarType is UnsignedChar the distances saved in the output would be linearly scaled between 0 (for distances "very close" to the surface) and 255 (at the specifed maximum distance)... assuming the CapValue is not changed from 255.

virtual void vtkImplicitModeller::ScaleToMaximumDistanceOff ( )
virtual

If a non-floating output type is specified, the output distances can be scaled to use the entire positive scalar range of the output type specified (up to the CapValue which is equal to the max for the type unless modified by the user). For example, if ScaleToMaximumDistance is On and the OutputScalarType is UnsignedChar the distances saved in the output would be linearly scaled between 0 (for distances "very close" to the surface) and 255 (at the specifed maximum distance)... assuming the CapValue is not changed from 255.

virtual void vtkImplicitModeller::SetProcessMode ( int  )
virtual

Specify whether to visit each cell once per append or each voxel once per append. Some tests have shown once per voxel to be faster when there are a lot of cells (at least a thousand?); relative performance improvement increases with addition cells. Primitives should not be stripped for best performance of the voxel mode.

virtual int vtkImplicitModeller::GetProcessMode ( )
virtual

Specify whether to visit each cell once per append or each voxel once per append. Some tests have shown once per voxel to be faster when there are a lot of cells (at least a thousand?); relative performance improvement increases with addition cells. Primitives should not be stripped for best performance of the voxel mode.

void vtkImplicitModeller::SetProcessModeToPerVoxel ( )
inline

Specify whether to visit each cell once per append or each voxel once per append. Some tests have shown once per voxel to be faster when there are a lot of cells (at least a thousand?); relative performance improvement increases with addition cells. Primitives should not be stripped for best performance of the voxel mode.

Definition at line 198 of file vtkImplicitModeller.h.

void vtkImplicitModeller::SetProcessModeToPerCell ( )
inline

Specify whether to visit each cell once per append or each voxel once per append. Some tests have shown once per voxel to be faster when there are a lot of cells (at least a thousand?); relative performance improvement increases with addition cells. Primitives should not be stripped for best performance of the voxel mode.

Definition at line 199 of file vtkImplicitModeller.h.

const char* vtkImplicitModeller::GetProcessModeAsString ( void  )

Specify whether to visit each cell once per append or each voxel once per append. Some tests have shown once per voxel to be faster when there are a lot of cells (at least a thousand?); relative performance improvement increases with addition cells. Primitives should not be stripped for best performance of the voxel mode.

virtual void vtkImplicitModeller::SetLocatorMaxLevel ( int  )
virtual

Specify the level of the locator to use when using the per voxel process mode.

virtual int vtkImplicitModeller::GetLocatorMaxLevel ( )
virtual

Specify the level of the locator to use when using the per voxel process mode.

virtual void vtkImplicitModeller::SetNumberOfThreads ( int  )
virtual

Set / Get the number of threads used during Per-Voxel processing mode

virtual int vtkImplicitModeller::GetNumberOfThreads ( )
virtual

Set / Get the number of threads used during Per-Voxel processing mode

void vtkImplicitModeller::SetOutputScalarType ( int  type)

Set the desired output scalar type.

virtual int vtkImplicitModeller::GetOutputScalarType ( )
virtual

Set the desired output scalar type.

void vtkImplicitModeller::SetOutputScalarTypeToFloat ( )
inline

Set the desired output scalar type.

Definition at line 220 of file vtkImplicitModeller.h.

void vtkImplicitModeller::SetOutputScalarTypeToDouble ( )
inline

Set the desired output scalar type.

Definition at line 221 of file vtkImplicitModeller.h.

void vtkImplicitModeller::SetOutputScalarTypeToInt ( )
inline

Set the desired output scalar type.

Definition at line 222 of file vtkImplicitModeller.h.

void vtkImplicitModeller::SetOutputScalarTypeToUnsignedInt ( )
inline

Set the desired output scalar type.

Definition at line 223 of file vtkImplicitModeller.h.

void vtkImplicitModeller::SetOutputScalarTypeToLong ( )
inline

Set the desired output scalar type.

Definition at line 225 of file vtkImplicitModeller.h.

void vtkImplicitModeller::SetOutputScalarTypeToUnsignedLong ( )
inline

Set the desired output scalar type.

Definition at line 226 of file vtkImplicitModeller.h.

void vtkImplicitModeller::SetOutputScalarTypeToShort ( )
inline

Set the desired output scalar type.

Definition at line 228 of file vtkImplicitModeller.h.

void vtkImplicitModeller::SetOutputScalarTypeToUnsignedShort ( )
inline

Set the desired output scalar type.

Definition at line 229 of file vtkImplicitModeller.h.

void vtkImplicitModeller::SetOutputScalarTypeToUnsignedChar ( )
inline

Set the desired output scalar type.

Definition at line 231 of file vtkImplicitModeller.h.

void vtkImplicitModeller::SetOutputScalarTypeToChar ( )
inline

Set the desired output scalar type.

Definition at line 233 of file vtkImplicitModeller.h.

void vtkImplicitModeller::StartAppend ( )

Initialize the filter for appending data. You must invoke the StartAppend() method before doing successive Appends(). It's also a good idea to manually specify the model bounds; otherwise the input bounds for the data will be used.

void vtkImplicitModeller::Append ( vtkDataSet input)

Append a data set to the existing output. To use this function, you'll have to invoke the StartAppend() method before doing successive appends. It's also a good idea to specify the model bounds; otherwise the input model bounds is used. When you've finished appending, use the EndAppend() method.

void vtkImplicitModeller::EndAppend ( )

Method completes the append process.

int vtkImplicitModeller::ProcessRequest ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
virtual

Process a request from the executive. For vtkImageAlgorithm, the request will be delegated to one of the following methods: RequestData, RequestInformation, or RequestUpdateExtent.

Reimplemented from vtkImageAlgorithm.

double vtkImplicitModeller::GetScalarTypeMax ( int  type)
protected
virtual int vtkImplicitModeller::RequestInformation ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

Subclasses can reimplement this method to collect information from their inputs and set information for their outputs.

Reimplemented from vtkImageAlgorithm.

virtual int vtkImplicitModeller::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

This is called in response to a REQUEST_DATA request from the executive. Subclasses should override either this method or the ExecuteDataWithInformation method in order to generate data for their outputs. For images, the output arrays will already be allocated, so all that is necessary is to fill in the voxel values.

Reimplemented from vtkImageAlgorithm.

void vtkImplicitModeller::StartAppend ( int  internal)
protected
void vtkImplicitModeller::Cap ( vtkDataArray s)
protected
virtual int vtkImplicitModeller::FillInputPortInformation ( int  port,
vtkInformation info 
)
protectedvirtual

These method should be reimplemented by subclasses that have more than a single input or single output. See vtkAlgorithm for more information.

Reimplemented from vtkImageAlgorithm.

Member Data Documentation

vtkMultiThreader* vtkImplicitModeller::Threader
protected

Definition at line 273 of file vtkImplicitModeller.h.

int vtkImplicitModeller::NumberOfThreads
protected

Definition at line 274 of file vtkImplicitModeller.h.

int vtkImplicitModeller::SampleDimensions[3]
protected

Definition at line 276 of file vtkImplicitModeller.h.

double vtkImplicitModeller::MaximumDistance
protected

Definition at line 277 of file vtkImplicitModeller.h.

double vtkImplicitModeller::ModelBounds[6]
protected

Definition at line 278 of file vtkImplicitModeller.h.

int vtkImplicitModeller::Capping
protected

Definition at line 279 of file vtkImplicitModeller.h.

double vtkImplicitModeller::CapValue
protected

Definition at line 280 of file vtkImplicitModeller.h.

int vtkImplicitModeller::DataAppended
protected

Definition at line 281 of file vtkImplicitModeller.h.

int vtkImplicitModeller::AdjustBounds
protected

Definition at line 282 of file vtkImplicitModeller.h.

double vtkImplicitModeller::AdjustDistance
protected

Definition at line 283 of file vtkImplicitModeller.h.

int vtkImplicitModeller::ProcessMode
protected

Definition at line 284 of file vtkImplicitModeller.h.

int vtkImplicitModeller::LocatorMaxLevel
protected

Definition at line 285 of file vtkImplicitModeller.h.

int vtkImplicitModeller::OutputScalarType
protected

Definition at line 286 of file vtkImplicitModeller.h.

int vtkImplicitModeller::ScaleToMaximumDistance
protected

Definition at line 287 of file vtkImplicitModeller.h.

int vtkImplicitModeller::BoundsComputed
protected

Definition at line 290 of file vtkImplicitModeller.h.

double vtkImplicitModeller::InternalMaxDistance
protected

Definition at line 293 of file vtkImplicitModeller.h.


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