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

extends vtkCylinder to add ParaView specific API. More...

#include <vtkPVCylinder.h>

Inheritance diagram for vtkPVCylinder:
Inheritance graph
[legend]
Collaboration diagram for vtkPVCylinder:
Collaboration graph
[legend]

Public Types

typedef vtkCylinder Superclass
 
- Public Types inherited from vtkCylinder
typedef vtkImplicitFunction Superclass
 
- Public Types inherited from vtkImplicitFunction
typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void SetCenter (double x, double y, double z) override
 
void SetCenter (const double xyz[3]) override
 
void SetOrientedAxis (double x, double y, double z)
 Get/Set the vector defining the direction of the cylinder. More...
 
void SetOrientedAxis (const double axis[3])
 Get/Set the vector defining the direction of the cylinder. More...
 
virtual doubleGetOrientedAxis ()
 Get/Set the vector defining the direction of the cylinder. More...
 
virtual void GetOrientedAxis (double &, double &, double &)
 Get/Set the vector defining the direction of the cylinder. More...
 
virtual void GetOrientedAxis (double [3])
 Get/Set the vector defining the direction of the cylinder. More...
 
- Public Member Functions inherited from vtkCylinder
vtkCylinderNewInstance () const
 
void EvaluateGradient (double x[3], double g[3])
 
double EvaluateFunction (double x[3])
 
double EvaluateFunction (double x, double y, double z)
 
virtual void SetRadius (double)
 
virtual double GetRadius ()
 
virtual doubleGetCenter ()
 
virtual void GetCenter (double &, double &, double &)
 
virtual void GetCenter (double[3])
 
void SetAxis (double ax, double ay, double az)
 
void SetAxis (double a[3])
 
virtual doubleGetAxis ()
 
virtual void GetAxis (double &, double &, double &)
 
virtual void GetAxis (double[3])
 
double EvaluateFunction (double x[3])
 
double EvaluateFunction (double x, double y, double z)
 
virtual void SetRadius (double)
 
virtual double GetRadius ()
 
virtual doubleGetCenter ()
 
virtual void GetCenter (double &, double &, double &)
 
virtual void GetCenter (double[3])
 
void SetAxis (double ax, double ay, double az)
 
void SetAxis (double a[3])
 
virtual doubleGetAxis ()
 
virtual void GetAxis (double &, double &, double &)
 
virtual void GetAxis (double[3])
 
- Public Member Functions inherited from vtkImplicitFunction
vtkImplicitFunctionNewInstance () const
 
vtkMTimeType GetMTime ()
 
double FunctionValue (const double x[3])
 
double FunctionValue (double x, double y, double z)
 
void FunctionGradient (const double x[3], double g[3])
 
doubleFunctionGradient (const double x[3])
 
doubleFunctionGradient (double x, double y, double z)
 
virtual void SetTransform (vtkAbstractTransform *)
 
virtual void SetTransform (const double elements[16])
 
virtual vtkAbstractTransformGetTransform ()
 
double EvaluateFunction (double x, double y, double z)
 
double FunctionValue (const double x[3])
 
double FunctionValue (double x, double y, double z)
 
void FunctionGradient (const double x[3], double g[3])
 
doubleFunctionGradient (const double x[3])
 
doubleFunctionGradient (double x, double y, double z)
 
virtual void SetTransform (vtkAbstractTransform *)
 
virtual void SetTransform (const double elements[16])
 
virtual vtkAbstractTransformGetTransform ()
 
double EvaluateFunction (double x, double y, double z)
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
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)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
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 *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
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)
 
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 *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
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)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
void SetReferenceCount (int)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 

Static Public Member Functions

static vtkPVCylinderNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVCylinderSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkCylinder
static int IsTypeOf (const char *type)
 
static vtkCylinderSafeDownCast (vtkObjectBase *o)
 
static vtkCylinderNew ()
 
- Static Public Member Functions inherited from vtkImplicitFunction
static int IsTypeOf (const char *type)
 
static vtkImplicitFunctionSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 
static vtkObjectBaseNew ()
 

Protected Member Functions

 vtkPVCylinder ()
 
 ~vtkPVCylinder () override
 
void UpdateTransform ()
 
- Protected Member Functions inherited from vtkCylinder
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkCylinder ()
 
 ~vtkCylinder ()
 
- Protected Member Functions inherited from vtkImplicitFunction
 vtkImplicitFunction ()
 
 ~vtkImplicitFunction ()
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

double OrientedAxis [3]
 
- Protected Attributes inherited from vtkCylinder
double Radius
 
double Center [3]
 
double Axis [3]
 
- Protected Attributes inherited from vtkImplicitFunction
vtkAbstractTransformTransform
 
double ReturnValue [3]
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

extends vtkCylinder to add ParaView specific API.

vtkPVCylinder extends vtkCylinder to add ParaView specific API.

Definition at line 16 of file vtkPVCylinder.h.

Member Typedef Documentation

◆ Superclass

Definition at line 21 of file vtkPVCylinder.h.

Constructor & Destructor Documentation

◆ vtkPVCylinder()

vtkPVCylinder::vtkPVCylinder ( )
protected

◆ ~vtkPVCylinder()

vtkPVCylinder::~vtkPVCylinder ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkPVCylinder* vtkPVCylinder::New ( )
static

◆ GetClassName()

virtual const char* vtkPVCylinder::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

Reimplemented from vtkCylinder.

◆ SafeDownCast()

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

◆ PrintSelf()

void vtkPVCylinder::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Reimplemented from vtkCylinder.

◆ SetOrientedAxis() [1/2]

void vtkPVCylinder::SetOrientedAxis ( double  x,
double  y,
double  z 
)
inline

Get/Set the vector defining the direction of the cylinder.

Definition at line 50 of file vtkPVCylinder.h.

◆ SetOrientedAxis() [2/2]

void vtkPVCylinder::SetOrientedAxis ( const double  axis[3])

Get/Set the vector defining the direction of the cylinder.

◆ GetOrientedAxis() [1/3]

virtual double* vtkPVCylinder::GetOrientedAxis ( )
virtual

Get/Set the vector defining the direction of the cylinder.

◆ GetOrientedAxis() [2/3]

virtual void vtkPVCylinder::GetOrientedAxis ( double ,
double ,
double  
)
virtual

Get/Set the vector defining the direction of the cylinder.

◆ GetOrientedAxis() [3/3]

virtual void vtkPVCylinder::GetOrientedAxis ( double  [3])
virtual

Get/Set the vector defining the direction of the cylinder.

◆ SetCenter() [1/2]

void vtkPVCylinder::SetCenter ( double  x,
double  y,
double  z 
)
overridevirtual

Reimplemented from vtkCylinder.

◆ SetCenter() [2/2]

void vtkPVCylinder::SetCenter ( const double  xyz[3])
overridevirtual

Reimplemented from vtkCylinder.

◆ UpdateTransform()

void vtkPVCylinder::UpdateTransform ( )
protected

Member Data Documentation

◆ OrientedAxis

double vtkPVCylinder::OrientedAxis[3]
protected

Definition at line 43 of file vtkPVCylinder.h.


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