nw::gfx::res::ResLookupTableSet Class

Syntax

class ResLookupTable : public nw::gfx::res::ResSceneObject

Description

Binary resource class that represents lookup table sets.

Member Functions

ResLookupTableSet Constructor.
ptr Gets a pointer to actual data.
ref Gets the reference to the actual data.
operator==
operator!=
GetSamplersCount Gets the number of itmes in the lookup table set.
GetSamplers Gets the lookup table set.
GetSamplersIndex Gets the index number of the lookup table set in the dictionary.
Setup Initializes a resource.
Cleanup Cleans up a resource.
GetRevision Gets the revision.
GetHeader Gets the header information.(Derived from ResSceneObject.)
SetHeader Sets the header information.(Derived from ResSceneObject.)
GetName Gets the name of the resource.(Derived from ResSceneObject.)
GetUserDataCount Gets the number of instances of user data.(Derived from ResSceneObject.)
GetUserData Gets user data.(Derived from ResSceneObject.)
GetUserDataIndex Gets the index number of user data in the dictionary.(Derived from ResSceneObject.)
GetTypeInfo Gets instance type information.(Derived from ResSceneObject.)
IsValid Determines whether a pointer to a resource is null.(Derived from ResCommonBase.)
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::gfx::res::ResSceneObject
      nw::gfx::res::ResLookupTableSet


CONFIDENTIAL