appends rectliner grids together.
More...
#include <vtkAppendRectilinearGrid.h>
Inherits vtkRectilinearGridAlgorithm.
|
| 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 30 of file vtkAppendRectilinearGrid.h.
◆ Superclass
◆ vtkAppendRectilinearGrid()
vtkAppendRectilinearGrid::vtkAppendRectilinearGrid |
( |
| ) |
|
|
protected |
◆ ~vtkAppendRectilinearGrid()
vtkAppendRectilinearGrid::~vtkAppendRectilinearGrid |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkAppendRectilinearGrid::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkAppendRectilinearGrid::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkAppendRectilinearGrid::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkAppendRectilinearGrid::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ RequestUpdateExtent()
virtual int vtkAppendRectilinearGrid::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ RequestInformation()
virtual int vtkAppendRectilinearGrid::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ RequestData()
virtual int vtkAppendRectilinearGrid::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ FillInputPortInformation()
virtual int vtkAppendRectilinearGrid::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
◆ CopyArray()
void vtkAppendRectilinearGrid::CopyArray |
( |
vtkAbstractArray * |
outArray, |
|
|
const int * |
outExt, |
|
|
vtkAbstractArray * |
inArray, |
|
|
const int * |
inExt |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: