Simplygon C++ API  8.3.35800.0
SimplygonSDK::IBoolData Class Referenceabstract

#include <SimplygonSDK.h>

Inheritance diagram for SimplygonSDK::IBoolData:
SimplygonSDK::IData

Public Types

typedef bool value_type
 

Public Member Functions

virtual const bool * _GetData () const =0
 
virtual const bool & _GetItem (rid item_index) const =0
 
 IBoolData ()
 
- Public Member Functions inherited from SimplygonSDK::IData
virtual unsigned int _GetItemCount () const =0
 
virtual void * _GetRawPointer ()=0
 
virtual void _SetItemCount (unsigned int size)=0
 
virtual void AddRef ()=0
 
virtual void Release ()=0
 

Protected Attributes

bool * Data
 
unsigned int DataAllocation
 
unsigned int DataCount
 
int RefCount
 

Detailed Description

IBoolData is the bool implementation of IData. Do not use directly, instead use spBoolData.

Definition at line 550 of file SimplygonSDK.h.

Member Typedef Documentation

◆ value_type

Definition at line 560 of file SimplygonSDK.h.

Constructor & Destructor Documentation

◆ IBoolData()

SimplygonSDK::IBoolData::IBoolData ( )
inline

Definition at line 561 of file SimplygonSDK.h.

Member Function Documentation

◆ _GetData()

virtual const bool* SimplygonSDK::IBoolData::_GetData ( ) const
pure virtual

◆ _GetItem()

virtual const bool& SimplygonSDK::IBoolData::_GetItem ( rid  item_index) const
pure virtual

Member Data Documentation

◆ Data

bool* SimplygonSDK::IBoolData::Data
protected

Definition at line 553 of file SimplygonSDK.h.

◆ DataAllocation

unsigned int SimplygonSDK::IBoolData::DataAllocation
protected

Definition at line 555 of file SimplygonSDK.h.

◆ DataCount

unsigned int SimplygonSDK::IBoolData::DataCount
protected

Definition at line 554 of file SimplygonSDK.h.

◆ RefCount

int SimplygonSDK::IBoolData::RefCount
protected

Definition at line 557 of file SimplygonSDK.h.


The documentation for this class was generated from the following file: