vtkSMCinemaVolumetricImageExtractWriterProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMCinemaVolumetricImageExtractWriterProxy.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 =========================================================================*/
26 #ifndef vtkSMCinemaVolumetricImageExtractWriterProxy_h
27 #define vtkSMCinemaVolumetricImageExtractWriterProxy_h
28 
30 
33 {
34 public:
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
39 protected:
42 
43  bool WriteInternal(vtkSMExtractsController* extractor,
44  const SummaryParametersT& params = SummaryParametersT{}) override;
45  const char* GetShortName(const std::string& key) const override;
46 
47 private:
50  void operator=(const vtkSMCinemaVolumetricImageExtractWriterProxy&) = delete;
51 };
52 
53 #endif
virtual bool WriteInternal(vtkSMExtractsController *extractor, const SummaryParametersT &params=SummaryParametersT{})
Called in Write().
#define VTKREMOTINGVIEWS_EXPORT
extract writer for images or rendering results
static vtkSMImageExtractWriterProxy * New()
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSMExtractsController::SummaryParametersT SummaryParametersT
controller for extract generation
virtual const char * GetShortName(const std::string &key) const
Used to convert a parameter name used in the SummaryParametersT to a shorter version suitable for use...