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

Class ensightGeoFile

src/conversion/ensight/file/ensightGeoFile.H:46–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44\*---------------------------------------------------------------------------*/
45
46class ensightGeoFile
47:
48 public ensightFile
49{
50 // Private Member Functions
51
52 //- Disallow default bitwise assignment
53 void operator=(const ensightGeoFile&);
54
55 //- Disallow default copy constructor
56 ensightGeoFile(const ensightGeoFile&);
57
58
59public:
60
61 // Constructors
62
63 //- Construct from pathname
64 ensightGeoFile
65 (
66 const fileName& pathname,
67 IOstream::streamFormat format=IOstream::BINARY
68 );
69
70
71 //- Destructor
72 ~ensightGeoFile();
73
74
75 // Output
76
77 //- Write keyword with trailing newline
78 virtual Ostream& writeKeyword(const string& key);
79};
80
81// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
82

Callers 1

ensightGeoFile.CFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected