1 #ifndef ControlNetFileV0001_h
2 #define ControlNetFileV0001_h
28 template <
typename A>
class QList;
31 class ControlNetFileProtoV0001;
32 class ControlNetLogDataProtoV0001;
Handle Binary Control Network Files version 1.
Definition: ControlNetFileV0001.h:58
virtual void Read(const Pvl &header, const FileName &file)
This reads the binary file into memory.
Definition: ControlNetFileV0001.cpp:35
virtual Pvl toPvl() const
Convert the binary representation to Pvl (any pvl version).
Definition: ControlNetFileV0001.cpp:97
File name manipulation and expansion.
Definition: FileName.h:111
ControlNetLogDataProtoV0001 & GetLogData()
Retrieve the protocol buffer that encapsulates all of the log data.
Definition: ControlNetFileV0001.h:82
ControlNetFileV0001()
Definition: ControlNetFileV0001.cpp:23
Generic Binary Control Net File Representation.
Definition: ControlNetFile.h:20
virtual ~ControlNetFileV0001()
Definition: ControlNetFileV0001.cpp:29
Definition: ControlNetFileV0001.pb.h:1183
ControlNetFileProtoV0001 & GetNetwork()
Retrieve the protocol buffer that encapsulates the entire control network.
Definition: ControlNetFileV0001.h:74
virtual void Write(const FileName &file) const
This writes the binary file that is in memory to disk.
Definition: ControlNetFileV0001.h:67
Definition: ControlNetFileV0001.pb.h:1640
Container for cube-like labels.
Definition: Pvl.h:135
Definition: BoxcarCachingAlgorithm.h:29