ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkCPTensorFieldFunction Class Referenceabstract

Abstract class for specifying tensor fields at points. More...

#include <vtkCPTensorFieldFunction.h>

Inheritance diagram for vtkCPTensorFieldFunction:
Inheritance graph
[legend]

Public Types

typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual unsigned int GetNumberOfComponents ()=0
 Get the NumberOfComponents. More...
 
virtual double ComputeComponenentAtPoint (unsigned int component, double point[3], unsigned long timeStep, double time)=0
 Compute the field value at Point. More...
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkCPTensorFieldFunctionSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkCPTensorFieldFunction ()
 
 ~vtkCPTensorFieldFunction ()
 

Detailed Description

Abstract class for specifying tensor fields at points.

Abstract class for specifying tensor fields at specified points.

Definition at line 28 of file vtkCPTensorFieldFunction.h.

Member Typedef Documentation

◆ Superclass

Definition at line 31 of file vtkCPTensorFieldFunction.h.

Constructor & Destructor Documentation

◆ vtkCPTensorFieldFunction()

vtkCPTensorFieldFunction::vtkCPTensorFieldFunction ( )
protected

◆ ~vtkCPTensorFieldFunction()

vtkCPTensorFieldFunction::~vtkCPTensorFieldFunction ( )
protected

Member Function Documentation

◆ GetClassName()

virtual const char* vtkCPTensorFieldFunction::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkCPTensorFieldFunction::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkCPTensorFieldFunction::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkCPTensorFieldFunction* vtkCPTensorFieldFunction::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkCPTensorFieldFunction::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ GetNumberOfComponents()

virtual unsigned int vtkCPTensorFieldFunction::GetNumberOfComponents ( )
pure virtual

Get the NumberOfComponents.

This is abstract to make sure that the value for the NumberOfComponents cannot be changed.

Implemented in vtkCPScalarFieldFunction, and vtkCPVector3FieldFunction.

◆ ComputeComponenentAtPoint()

virtual double vtkCPTensorFieldFunction::ComputeComponenentAtPoint ( unsigned int  component,
double  point[3],
unsigned long  timeStep,
double  time 
)
pure virtual

Compute the field value at Point.

Implemented in vtkCPScalarFieldFunction, vtkCPVector3FieldFunction, and vtkCPLinearScalarFieldFunction.


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