::TestAttributeArray class | AttributeArray | friend |
AccessorBasePtr typedef | AttributeArray | protected |
AttributeArray()=default | AttributeArray | |
AttributeArray(const AttributeArray &)=default | AttributeArray | |
AttributeHandle class | AttributeArray | friend |
clearRegistry() | AttributeArray | static |
collapse()=0 | AttributeArray | pure virtual |
compact()=0 | AttributeArray | pure virtual |
compress()=0 | AttributeArray | pure virtual |
CONSTANTSTRIDE enum value | AttributeArray | |
ConstPtr typedef | AttributeArray | |
copy() const =0 | AttributeArray | pure virtual |
copyUncompressed() const =0 | AttributeArray | pure virtual |
create(const NamePair &type, Index length, Index stride=1, bool constantStride=true) | AttributeArray | static |
dataSize() const =0 | AttributeArray | pure virtual |
decompress()=0 | AttributeArray | pure virtual |
expand(bool fill=true)=0 | AttributeArray | pure virtual |
FactoryMethod typedef | AttributeArray | |
Flag enum name | AttributeArray | |
flags() const | AttributeArray | inline |
getAccessor() const =0 | AttributeArray | protectedpure virtual |
hasConstantStride() const | AttributeArray | inline |
hasValueType() const | AttributeArray | inline |
HIDDEN enum value | AttributeArray | |
isCompressed() const | AttributeArray | inline |
isHidden() const | AttributeArray | inline |
isRegistered(const NamePair &type) | AttributeArray | static |
isStreaming() const | AttributeArray | inline |
isTransient() const | AttributeArray | inline |
isType() const | AttributeArray | inline |
isUniform() const =0 | AttributeArray | pure virtual |
loadData() const =0 | AttributeArray | pure virtual |
mCompressedBytes | AttributeArray | protected |
memUsage() const =0 | AttributeArray | pure virtual |
mFlags | AttributeArray | protected |
mOutOfCore | AttributeArray | protected |
mPageHandle | AttributeArray | protected |
mSerializationFlags | AttributeArray | protected |
operator!=(const AttributeArray &other) const | AttributeArray | inline |
operator=(const AttributeArray &)=default | AttributeArray | |
operator==(const AttributeArray &other) const | AttributeArray | |
OUTOFCORE enum value | AttributeArray | |
Ptr typedef | AttributeArray | |
read(std::istream &)=0 | AttributeArray | pure virtual |
readBuffers(std::istream &)=0 | AttributeArray | pure virtual |
readMetadata(std::istream &)=0 | AttributeArray | pure virtual |
readPagedBuffers(compression::PagedInputStream &)=0 | AttributeArray | pure virtual |
registerType(const NamePair &type, FactoryMethod) | AttributeArray | protectedstatic |
SerializationFlag enum name | AttributeArray | |
set(const Index n, const AttributeArray &sourceArray, const Index sourceIndex)=0 | AttributeArray | pure virtual |
setConstantStride(bool state) | AttributeArray | protected |
setHidden(bool state) | AttributeArray | |
setStreaming(bool state) | AttributeArray | |
setTransient(bool state) | AttributeArray | |
size() const =0 | AttributeArray | pure virtual |
STREAMING enum value | AttributeArray | |
stride() const =0 | AttributeArray | pure virtual |
TRANSIENT enum value | AttributeArray | |
type() const =0 | AttributeArray | pure virtual |
unregisterType(const NamePair &type) | AttributeArray | protectedstatic |
write(std::ostream &, bool outputTransient) const =0 | AttributeArray | pure virtual |
write(std::ostream &) const =0 | AttributeArray | pure virtual |
writeBuffers(std::ostream &, bool outputTransient) const =0 | AttributeArray | pure virtual |
WRITEMEMCOMPRESS enum value | AttributeArray | |
writeMetadata(std::ostream &, bool outputTransient, bool paged) const =0 | AttributeArray | pure virtual |
WRITEPAGED enum value | AttributeArray | |
writePagedBuffers(compression::PagedOutputStream &, bool outputTransient) const =0 | AttributeArray | pure virtual |
WRITESTRIDED enum value | AttributeArray | |
WRITEUNIFORM enum value | AttributeArray | |
~AttributeArray()=default | AttributeArray | virtual |