MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / vtkSetWriter

Class vtkSetWriter

src/fileFormats/sampledSetWriters/vtk/vtkSetWriter.H:49–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48template<class Type>
49class vtkSetWriter
50:
51 public writer<Type>
52{
53
54public:
55
56 //- Runtime type information
57 TypeName("vtk");
58
59
60 // Constructors
61
62 //- Construct null
63 vtkSetWriter();
64
65
66 //- Destructor
67 virtual ~vtkSetWriter();
68
69
70 // Member Functions
71
72 virtual fileName getFileName
73 (
74 const coordSet&,
75 const wordList&
76 ) const;
77
78 virtual void write
79 (
80 const coordSet&,
81 const wordList&,
82 const List<const Field<Type>*>&,
83 Ostream&
84 ) const;
85
86 virtual void write
87 (
88 const bool writeTracks,
89 const PtrList<coordSet>&,
90 const wordList& valueSetNames,
91 const List<List<Field<Type>>>&,
92 Ostream&
93 ) const;
94};
95
96
97// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

Callers 1

vtkSetWriter.CFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected