Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:OutputFile

42 //	class OutputFile
56 class OutputFile
62 // The file header is also copied into the OutputFile object,
64 // Destroying this OutputFile object automatically closes
71 OutputFile (const char fileName[], const Header &header,
76 // Constructor -- attaches the new OutputFile object to a file
78 // The file header is also copied into the OutputFile object,
80 // Destroying this OutputFile object does not automatically
87 OutputFile (OStream &os, const Header &header,
94 // Destroying the OutputFile object before writing
99 virtual ~OutputFile ();
118 // object into the OutputFile object.
230 OutputFile (const OutputFile &); // not implemented
231 OutputFile & operator = (const OutputFile &); // not implemented