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 | Protected Attributes | List of all members
vtkDataSetGradient Class Reference

computes scalar field gradient More...

#include <vtkDataSetGradient.h>

Inherits vtkDataSetAlgorithm.

Public Types

typedef vtkDataSetAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkDataSetGradientNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetResultArrayName (const char *)
 
virtual char * GetResultArrayName ()
 

Static Public Member Functions

static vtkDataSetGradientNew ()
 
static int IsTypeOf (const char *type)
 
static vtkDataSetGradientSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkDataSetGradient ()
 
 ~vtkDataSetGradient ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

char * ResultArrayName
 

Detailed Description

computes scalar field gradient

vtkDataSetGradient Computes per cell gradient of point scalar field or per point gradient of cell scalar field.

Thanks:
This file is part of the generalized Youngs material interface reconstruction algorithm contributed by CEA/DIF - Commissariat a l'Energie Atomique, Centre DAM Ile-De-France
BP12, F-91297 Arpajon, France.
Implementation by Thierry Carrard (CEA)

Definition at line 36 of file vtkDataSetGradient.h.

Member Typedef Documentation

typedef vtkDataSetAlgorithm vtkDataSetGradient::Superclass

Definition at line 40 of file vtkDataSetGradient.h.

Constructor & Destructor Documentation

vtkDataSetGradient::vtkDataSetGradient ( )
protected
vtkDataSetGradient::~vtkDataSetGradient ( )
protected

Member Function Documentation

static vtkDataSetGradient* vtkDataSetGradient::New ( )
static
static int vtkDataSetGradient::IsTypeOf ( const char *  type)
static
virtual int vtkDataSetGradient::IsA ( const char *  type)
virtual
static vtkDataSetGradient* vtkDataSetGradient::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkDataSetGradient::NewInstanceInternal ( ) const
protectedvirtual
vtkDataSetGradient* vtkDataSetGradient::NewInstance ( ) const
void vtkDataSetGradient::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkDataSetGradient::SetResultArrayName ( const char *  )
virtual

Set/Get the name of computed vector array.

virtual char* vtkDataSetGradient::GetResultArrayName ( )
virtual

Set/Get the name of computed vector array.

virtual int vtkDataSetGradient::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

Member Data Documentation

char* vtkDataSetGradient::ResultArrayName
protected

Definition at line 55 of file vtkDataSetGradient.h.


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