Clients
InSitu
vtkCatalystBlueprint.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ParaView
4
Module: vtkCatalystBlueprint.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
=========================================================================*/
25
#ifndef vtkCatalystBlueprint_h
26
#define vtkCatalystBlueprint_h
27
28
#include "
vtkObject.h
"
29
30
#include <conduit.hpp>
// for conduit::Node
31
32
class
vtkCatalystBlueprint
:
public
vtkObject
33
{
34
public
:
35
vtkTypeMacro(
vtkCatalystBlueprint
,
vtkObject
);
36
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
37
44
static
bool
Verify
(
const
std::string& protocol,
const
conduit::Node& n);
45
46
protected
:
47
vtkCatalystBlueprint
();
48
~vtkCatalystBlueprint
();
49
50
private
:
51
vtkCatalystBlueprint
(
const
vtkCatalystBlueprint
&) =
delete
;
52
void
operator=(
const
vtkCatalystBlueprint
&) =
delete
;
53
};
54
55
#endif
vtkObject
vtkCatalystBlueprint
blueprint for ParaView Catalyst
Definition:
vtkCatalystBlueprint.h:32
vtkIndent
vtkCatalystBlueprint::vtkCatalystBlueprint
vtkCatalystBlueprint()
vtkCatalystBlueprint::~vtkCatalystBlueprint
~vtkCatalystBlueprint()
vtkObject.h
vtkCatalystBlueprint::Verify
static bool Verify(const std::string &protocol, const conduit::Node &n)
Returns true is the conduit::Node n has the required structure.
vtkCatalystBlueprint::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Generated by
1.8.13 on Tue May 18 2021