ParaView
vtkStructuredGridVolumeRepresentation.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkStructuredGridVolumeRepresentation.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
30 #ifndef vtkStructuredGridVolumeRepresentation_h
31 #define vtkStructuredGridVolumeRepresentation_h
32 
34 
36 
37 class VTKPVCLIENTSERVERCORERENDERING_EXPORT vtkStructuredGridVolumeRepresentation
39 {
40 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
46 
52  void SetUseDataPartitions(bool);
53  vtkGetMacro(UseDataPartitions, bool);
55 
62  virtual int ProcessViewRequest(
63  vtkInformationRequestKey* request_type, vtkInformation* inInfo, vtkInformation* outInfo);
64 
65 protected:
68 
72  virtual int FillInputPortInformation(int port, vtkInformation* info);
73 
74  virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
75 
78 
79 private:
81  const vtkStructuredGridVolumeRepresentation&) VTK_DELETE_FUNCTION;
82  void operator=(const vtkStructuredGridVolumeRepresentation&) VTK_DELETE_FUNCTION;
83 };
84 
85 #endif
virtual int ProcessViewRequest(vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo)
vtkAlgorithm::ProcessRequest() equivalent for rendering passes.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Overridden to invoke vtkCommand::UpdateDataEvent.
static vtkUnstructuredGridVolumeRepresentation * New()
representation for showing vtkStructuredGrid datasets as volumes.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill input port information.
virtual void SetUseDataPartitions(bool)
Specify whether or not to redistribute the data.
representation for showing vtkUnstructuredGrid datasets as volumes.
Extent translation through lookup table.