OpenVDB
12.0.0
|
This is the complete list of members for AttributeArray, including all inherited members.
::TestAttributeArray class | AttributeArray | friend |
AccessorBasePtr typedef | AttributeArray | protected |
AttributeArray() | AttributeArray | inline |
AttributeArray(const AttributeArray &rhs) | AttributeArray | |
AttributeArray(AttributeArray &&)=delete | AttributeArray | |
AttributeArray(const AttributeArray &rhs, const tbb::spin_mutex::scoped_lock &) | AttributeArray | protected |
AttributeHandle class | AttributeArray | friend |
clearRegistry(const ScopedRegistryLock *lock=nullptr) | AttributeArray | static |
codecType() const =0 | AttributeArray | pure virtual |
collapse()=0 | AttributeArray | pure virtual |
compact()=0 | AttributeArray | pure virtual |
CONSTANTSTRIDE enum value | AttributeArray | |
constDataAsByteArray() const | AttributeArray | inline |
ConstPtr typedef | AttributeArray | |
copy() const =0 | AttributeArray | pure virtual |
copyValues(const AttributeArray &sourceArray, const IterT &iter, bool compact=true) | AttributeArray | |
copyValuesUnsafe(const AttributeArray &sourceArray, const IterT &iter) | AttributeArray | |
create(const NamePair &type, Index length, Index stride=1, bool constantStride=true, const Metadata *metadata=nullptr, const ScopedRegistryLock *lock=nullptr) | AttributeArray | static |
dataSize() const =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 | |
isDataLoaded() const =0 | AttributeArray | pure virtual |
isHidden() const | AttributeArray | inline |
isRegistered(const NamePair &type, const ScopedRegistryLock *lock=nullptr) | 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 | |
memUsage() const =0 | AttributeArray | pure virtual |
memUsageIfLoaded() const =0 | AttributeArray | pure virtual |
mFlags | AttributeArray | protected |
mIsUniform | AttributeArray | protected |
mMutex | AttributeArray | mutableprotected |
mOutOfCore | AttributeArray | protected |
mPageHandle | AttributeArray | |
mUsePagedRead | AttributeArray | protected |
operator!=(const AttributeArray &other) const | AttributeArray | inline |
operator=(const AttributeArray &rhs) | AttributeArray | |
operator=(AttributeArray &&)=delete | AttributeArray | |
operator==(const AttributeArray &other) const | AttributeArray | |
PARTIALREAD 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, const ScopedRegistryLock *lock=nullptr) | AttributeArray | protectedstatic |
SerializationFlag enum name | AttributeArray | |
setConstantStride(bool state) | AttributeArray | protected |
setHidden(bool state) | AttributeArray | |
setStreaming(bool state) | AttributeArray | |
setTransient(bool state) | AttributeArray | |
size() const =0 | AttributeArray | pure virtual |
storageTypeSize() 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, const ScopedRegistryLock *lock=nullptr) | AttributeArray | protectedstatic |
valueType() const =0 | AttributeArray | pure virtual |
valueTypeIsClass() const =0 | AttributeArray | pure virtual |
valueTypeIsFloatingPoint() const =0 | AttributeArray | pure virtual |
valueTypeIsMatrix() const =0 | AttributeArray | pure virtual |
valueTypeIsQuaternion() const =0 | AttributeArray | pure virtual |
valueTypeIsVector() const =0 | AttributeArray | pure virtual |
valueTypeSize() const =0 | AttributeArray | pure virtual |
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() | AttributeArray | inlinevirtual |