|
ParaView
|
appends rectliner grids together. More...
#include <vtkAppendRectilinearGrid.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkAppendRectilinearGrid * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkAppendRectilinearGrid * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkAppendRectilinearGrid () | |
| ~vtkAppendRectilinearGrid () | |
| virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| void | CopyArray (vtkAbstractArray *outArray, const int *outExt, vtkAbstractArray *inArray, const int *inExt) |
appends rectliner grids together.
vtkAppendRectilinearGrid appends rectilinear grids to produce a single combined rectilinear grid. Inputs are appends based on their extents.
Definition at line 28 of file vtkAppendRectilinearGrid.h.
| vtkAppendRectilinearGrid::vtkAppendRectilinearGrid | ( | ) | [protected] |
| vtkAppendRectilinearGrid::~vtkAppendRectilinearGrid | ( | ) | [protected] |
| static vtkAppendRectilinearGrid* vtkAppendRectilinearGrid::New | ( | ) | [static] |
Reimplemented from vtkRectilinearGridAlgorithm.
| virtual const char* vtkAppendRectilinearGrid::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkRectilinearGridAlgorithm.
| static int vtkAppendRectilinearGrid::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkRectilinearGridAlgorithm.
| virtual int vtkAppendRectilinearGrid::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkRectilinearGridAlgorithm.
| static vtkAppendRectilinearGrid* vtkAppendRectilinearGrid::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkRectilinearGridAlgorithm.
| void vtkAppendRectilinearGrid::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkRectilinearGridAlgorithm.
| virtual int vtkAppendRectilinearGrid::RequestUpdateExtent | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkRectilinearGridAlgorithm.
| virtual int vtkAppendRectilinearGrid::RequestInformation | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkRectilinearGridAlgorithm.
| virtual int vtkAppendRectilinearGrid::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkRectilinearGridAlgorithm.
| virtual int vtkAppendRectilinearGrid::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkRectilinearGridAlgorithm.
| void vtkAppendRectilinearGrid::CopyArray | ( | vtkAbstractArray * | outArray, |
| const int * | outExt, | ||
| vtkAbstractArray * | inArray, | ||
| const int * | inExt | ||
| ) | [protected] |
1.7.5.1