Choreonoid
1.8
|
This is the complete list of members for cnoid::GeneralSeqReader, including all inherited members.
archive() | cnoid::GeneralSeqReader | inline |
checkSeqType(const std::string &type) const | cnoid::GeneralSeqReader | inline |
formatVersion() const | cnoid::GeneralSeqReader | inline |
GeneralSeqReader(std::ostream &os) | cnoid::GeneralSeqReader | inline |
hasFrameTime() const | cnoid::GeneralSeqReader | inline |
numParts() const | cnoid::GeneralSeqReader | inline |
os() | cnoid::GeneralSeqReader | inline |
read(const Mapping *archive, SeqType *seq, std::function< void(const Listing &srcNode, int topIndex, typename SeqType::value_type &seqValue)> readValue) | cnoid::GeneralSeqReader | inline |
read(const Mapping *archive, SeqType *seq, std::function< void(const ValueNode &srcNode, typename SeqType::value_type &seqValue)> readValue) | cnoid::GeneralSeqReader | inline |
readFrames(const Mapping *archive, SeqType *seq, std::function< void(const Listing &srcNode, int topIndex, typename SeqType::value_type &seqValue)> readValue) | cnoid::GeneralSeqReader | inline |
readFrames(const Mapping *archive, SeqType *seq, std::function< void(const ValueNode &srcNode, typename SeqType::value_type &seqValue)> readValue) | cnoid::GeneralSeqReader | inline |
readHeaders(const Mapping *archive, AbstractSeq *seq) | cnoid::GeneralSeqReader | inline |
seq() | cnoid::GeneralSeqReader | inline |
setCustomSeqTypeChecker(std::function< bool(GeneralSeqReader &reader, const std::string &type)> func) | cnoid::GeneralSeqReader | inline |