Version: 8.3.0
vtkELNOFilter Class Reference

#include <vtkELNOFilter.h>

Inheritance diagram for vtkELNOFilter:
Inheritance graph

Public Member Functions

 vtkTypeMacro (vtkELNOFilter, vtkQuadraturePointsGenerator)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
 vtkSetMacro (ShrinkFactor, double)
 
 vtkGetMacro (ShrinkFactor, double)
 

Static Public Member Functions

static vtkELNOFilterNew ()
 

Protected Member Functions

 vtkELNOFilter ()
 
 ~vtkELNOFilter ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void AttachCellFieldsOn (vtkUnstructuredGrid *, vtkCellData *, int)
 

Protected Attributes

double ShrinkFactor
 

Private Member Functions

 vtkELNOFilter (const vtkELNOFilter &)
 
void operator= (const vtkELNOFilter &)
 

Constructor & Destructor Documentation

vtkELNOFilter::vtkELNOFilter ( )
protected

References ShrinkFactor.

vtkELNOFilter::~vtkELNOFilter ( )
protected
vtkELNOFilter::vtkELNOFilter ( const vtkELNOFilter )
private

Member Function Documentation

static vtkELNOFilter* vtkELNOFilter::New ( )
static
vtkELNOFilter::vtkTypeMacro ( vtkELNOFilter  ,
vtkQuadraturePointsGenerator   
)
void vtkELNOFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

References ShrinkFactor.

vtkELNOFilter::vtkSetMacro ( ShrinkFactor  ,
double   
)
vtkELNOFilter::vtkGetMacro ( ShrinkFactor  ,
double   
)
int vtkELNOFilter::RequestData ( vtkInformation *  request,
vtkInformationVector **  input,
vtkInformationVector *  output 
)
protected
void vtkELNOFilter::AttachCellFieldsOn ( vtkUnstructuredGrid *  inGrid,
vtkCellData *  outData,
int  nbCellsOut 
)
protected

This method attach fields on cell of inGrid and add it as a point data in outData.

void vtkELNOFilter::operator= ( const vtkELNOFilter )
private

Field Documentation

double vtkELNOFilter::ShrinkFactor
protected