13 #ifndef __OP_MultiparmInfo_h__
14 #define __OP_MultiparmInfo_h__
38 bool setReference(
const char *instancechannel,
39 const char *referencedchannel,
45 bool getReferencedChannel(
const char *instancechannel,
60 bool getReferencedChannel(
const char* channel,
68 void saveCommands(std::ostream &os)
const;
71 void save(std::ostream &os,
bool binary)
const;
83 static bool matchChannels(
const char *instancechannel,
84 const char *genericinstancechannel,
89 int64 mem = inclusive ?
sizeof(*this) : 0;
90 mem += myInstanceChannels.getMemoryUsage(
false);
91 mem += myReferencedChannels.getMemoryUsage(
false);
GLsizei GLenum const void * indices
const GLuint GLenum const void * binary
int64 getMemoryUsage(bool inclusive) const