75 void setNeedCOMprops(
bool ncp) { needCOMprops_ = ncp; }
77 void readFrame(
int whichFrame);
81 void readSet(
int whichFrame);
82 void parseDumpLine(
const std::string&);
84 void readFrameProperties(std::istream& inputStream);
85 int readStuntDoubles(std::istream& inputStream);
86 void readSiteData(std::istream& inputStream);
90 std::string filename_;
95 std::ifstream inFile_;
97 std::vector<std::streampos> framePos_;
101 bool needQuaternion_;
106 const static int bufferSize = 4096;
107 char buffer[bufferSize];