Generates fragment analysis from an amr volume and a previously run contour on that volume.
More...
#include <vtkAMRFragmentIntegration.h>
Generates fragment analysis from an amr volume and a previously run contour on that volume.
Input 0: The AMR Volume
Output 0: A multiblock containing tables of fragments, one block for each requested material
Definition at line 39 of file vtkAMRFragmentIntegration.h.
§ Superclass
§ vtkAMRFragmentIntegration()
vtkAMRFragmentIntegration::vtkAMRFragmentIntegration |
( |
| ) |
|
|
protected |
§ ~vtkAMRFragmentIntegration()
virtual vtkAMRFragmentIntegration::~vtkAMRFragmentIntegration |
( |
| ) |
|
|
protectedvirtual |
§ New()
§ GetClassName()
virtual const char* vtkAMRFragmentIntegration::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkAMRFragmentIntegration::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkAMRFragmentIntegration::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkAMRFragmentIntegration::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ FillInputPortInformation()
virtual int vtkAMRFragmentIntegration::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
§ FillOutputPortInformation()
virtual int vtkAMRFragmentIntegration::FillOutputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
§ RequestData()
virtual int vtkAMRFragmentIntegration::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
§ DoRequestData()
vtkTable* vtkAMRFragmentIntegration::DoRequestData |
( |
vtkNonOverlappingAMR * |
volume, |
|
|
const char * |
volumeArray, |
|
|
const char * |
massArray, |
|
|
std::vector< std::string > |
volumeWeightedNames, |
|
|
std::vector< std::string > |
massWeightedNames |
|
) |
| |
|
protected |
Pipeline helper.
Run on each material independently.
The documentation for this class was generated from the following file: