rename project in pubspect. testing streamingview.
This commit is contained in:
@ -12,14 +12,12 @@ namespace libdart_openmvg
|
||||
{
|
||||
|
||||
private:
|
||||
const Frame *mFrame;
|
||||
Frame *mFrame;
|
||||
|
||||
public:
|
||||
StreamingView(const Frame *frame) : mFrame(frame), View () {}
|
||||
template <class Archive>
|
||||
void save(cereal::BinaryInputArchive &) const;
|
||||
template <class Archive>
|
||||
void load(cereal::BinaryOutputArchive &) const;
|
||||
StreamingView(Frame *frame) : mFrame(frame), View () {}
|
||||
void save(cereal::BinaryOutputArchive &) const;
|
||||
void load(cereal::BinaryInputArchive &) const;
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user