| 
    MeVisLab Toolbox Reference
    
   | 
 
Open Inventor data type and element to store information about a (list of) SbSampler. More...
#include <SoSamplerInfoElement.h>
Public Types | |
| enum | TextureType { TT_FLOAT , TT_INTEGER } | 
| Texture type.  More... | |
Public Member Functions | |
| SbSamplerInfo () | |
| SbSamplerInfo (const SbString &aName, TextureType aType) | |
| SbBool | isValid () const | 
| int | operator== (const SbSamplerInfo &i) const | 
Public Attributes | |
| SbString | name | 
| Sampler name.   | |
| SbBool | valid | 
| Default is invalid.   | |
| TextureType | type | 
| Texture type.   | |
Open Inventor data type and element to store information about a (list of) SbSampler.
Open Inventor data type and element to store information about a (list of) SbSampler.
Definition at line 25 of file SoSamplerInfoElement.h.
      
  | 
  inline | 
Definition at line 42 of file SoSamplerInfoElement.h.
References valid.
      
  | 
  inline | 
Definition at line 45 of file SoSamplerInfoElement.h.
      
  | 
  inline | 
Definition at line 51 of file SoSamplerInfoElement.h.
References valid.
      
  | 
  inline | 
Definition at line 55 of file SoSamplerInfoElement.h.
References name.
| SbString SbSamplerInfo::name | 
| TextureType SbSamplerInfo::type | 
Texture type.
Definition at line 40 of file SoSamplerInfoElement.h.
| SbBool SbSamplerInfo::valid | 
Default is invalid.
Definition at line 38 of file SoSamplerInfoElement.h.
Referenced by isValid(), and SbSamplerInfo().