VTK
vtkCompositeDataReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: $RCSfile$
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
27 #ifndef vtkCompositeDataReader_h
28 #define vtkCompositeDataReader_h
29 
30 #include "vtkIOLegacyModule.h" // For export macro
31 #include "vtkDataReader.h"
32 
38 class vtkOverlappingAMR;
39 
41 {
42 public:
45  void PrintSelf(ostream& os, vtkIndent indent);
46 
48 
53 
54 //BTX
55 protected:
58 
61 
62  // Override ProcessRequest to handle request data object event
65 
66  // Since the Outputs[0] has the same UpdateExtent format
67  // as the generic DataObject we can copy the UpdateExtent
68  // as a default behavior.
71 
72  // Create output (a directed or undirected graph).
75 
77 
80 
87 
88 private:
89  vtkCompositeDataReader(const vtkCompositeDataReader&); // Not implemented.
90  void operator=(const vtkCompositeDataReader&); // Not implemented.
91 //ETX
92 };
93 
94 #endif
vtkCompositeDataReader::RequestDataObject
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkCompositeDataReader::New
static vtkCompositeDataReader * New()
vtkCompositeDataReader::ReadOutputType
int ReadOutputType()
vtkMultiPieceDataSet
composite dataset to encapsulates pieces of dataset.
Definition: vtkMultiPieceDataSet.h:43
vtkCompositeDataReader::ReadCompositeData
bool ReadCompositeData(vtkMultiBlockDataSet *)
vtkCompositeDataReader::GetOutput
vtkCompositeDataSet * GetOutput(int idx)
vtkDataReader
helper superclass for objects that read vtk data files
Definition: vtkDataReader.h:49
vtkCompositeDataReader::ProcessRequest
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkCompositeDataReader
read vtkCompositeDataSet data file.
Definition: vtkCompositeDataReader.h:41
vtkCompositeDataReader::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkCompositeDataReader::GetOutput
vtkCompositeDataSet * GetOutput()
VTKIOLEGACY_EXPORT
#define VTKIOLEGACY_EXPORT
Definition: vtkIOLegacyModule.h:15
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkHierarchicalBoxDataSet
Backwards compatibility class.
Definition: vtkHierarchicalBoxDataSet.h:38
vtkCompositeDataReader::~vtkCompositeDataReader
~vtkCompositeDataReader()
vtkCompositeDataReader::ReadCompositeData
bool ReadCompositeData(vtkNonOverlappingAMR *)
vtkIOLegacyModule.h
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition: vtkMultiBlockDataSet.h:51
vtkCompositeDataSet
abstract superclass for composite (multi-block or AMR) datasets
Definition: vtkCompositeDataSet.h:51
vtkCompositeDataReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkDataReader.h
vtkCompositeDataReader::ReadCompositeData
bool ReadCompositeData(vtkHierarchicalBoxDataSet *)
vtkCompositeDataReader::ReadCompositeData
bool ReadCompositeData(vtkOverlappingAMR *)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkCompositeDataReader::ReadChild
vtkDataObject * ReadChild()
vtkCompositeDataReader::vtkCompositeDataReader
vtkCompositeDataReader()
vtkCompositeDataReader::SetOutput
void SetOutput(vtkCompositeDataSet *output)
vtkCompositeDataReader::FillOutputPortInformation
virtual int FillOutputPortInformation(int, vtkInformation *)
vtkOverlappingAMR
hierarchical dataset of vtkUniformGrids
Definition: vtkOverlappingAMR.h:46
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkCompositeDataReader::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkCompositeDataReader::ReadCompositeData
bool ReadCompositeData(vtkMultiPieceDataSet *)
vtkDataObject
general representation of visualization data
Definition: vtkDataObject.h:65
vtkNonOverlappingAMR
Definition: vtkNonOverlappingAMR.h:35