VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkProbeSelectedLocations Class Reference

similar to vtkExtractSelectedLocations except that it interpolates the point attributes at the probe locations. More...

#include <vtkProbeSelectedLocations.h>

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

Public Types

typedef vtkExtractSelectionBase Superclass
 
- Public Types inherited from vtkExtractSelectionBase
typedef vtkDataObjectAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkProbeSelectedLocationsNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
- Public Member Functions inherited from vtkExtractSelectionBase
vtkExtractSelectionBaseNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetSelectionConnection (vtkAlgorithmOutput *algOutput)
 
virtual void SetPreserveTopology (int)
 
virtual int GetPreserveTopology ()
 
virtual void PreserveTopologyOn ()
 
virtual void PreserveTopologyOff ()
 

Static Public Member Functions

static vtkProbeSelectedLocationsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkProbeSelectedLocationsSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkExtractSelectionBase
static int IsTypeOf (const char *type)
 
static vtkExtractSelectionBaseSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkProbeSelectedLocations ()
 
 ~vtkProbeSelectedLocations ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
- Protected Member Functions inherited from vtkExtractSelectionBase
 vtkExtractSelectionBase ()
 
 ~vtkExtractSelectionBase ()
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 

Additional Inherited Members

- Protected Attributes inherited from vtkExtractSelectionBase
int PreserveTopology
 

Detailed Description

similar to vtkExtractSelectedLocations except that it interpolates the point attributes at the probe locations.

vtkProbeSelectedLocations is similar to vtkExtractSelectedLocations except that it interpolates the point attributes at the probe location. This is equivalent to the vtkProbeFilter except that the probe locations are provided by a vtkSelection. The FieldType of the input vtkSelection is immaterial and is ignored. The ContentType of the input vtkSelection must be vtkSelection::LOCATIONS.

Definition at line 33 of file vtkProbeSelectedLocations.h.

Member Typedef Documentation

Definition at line 37 of file vtkProbeSelectedLocations.h.

Constructor & Destructor Documentation

vtkProbeSelectedLocations::vtkProbeSelectedLocations ( )
protected
vtkProbeSelectedLocations::~vtkProbeSelectedLocations ( )
protected

Member Function Documentation

static vtkProbeSelectedLocations* vtkProbeSelectedLocations::New ( )
static
static int vtkProbeSelectedLocations::IsTypeOf ( const char *  type)
static
virtual int vtkProbeSelectedLocations::IsA ( const char *  type)
virtual

Reimplemented from vtkExtractSelectionBase.

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

Reimplemented from vtkExtractSelectionBase.

vtkProbeSelectedLocations* vtkProbeSelectedLocations::NewInstance ( ) const
void vtkProbeSelectedLocations::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual int vtkProbeSelectedLocations::RequestDataObject ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

Sets up empty output dataset

Reimplemented from vtkExtractSelectionBase.

int vtkProbeSelectedLocations::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

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