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

#include <SimplygonSDK.h>

Inheritance diagram for SimplygonSDK::IShortData:
SimplygonSDK::IData

Public Types

typedef short value_type
 

Public Member Functions

virtual const short * _GetData () const =0
 
virtual const short & _GetItem (rid item_index) const =0
 
 IShortData ()
 
- 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

short * Data
 
unsigned int DataAllocation
 
unsigned int DataCount
 
int RefCount
 

Detailed Description

IShortData is the short implementation of IData. Do not use directly, instead use spShortData.

Definition at line 655 of file SimplygonSDK.h.

Member Typedef Documentation

◆ value_type

Definition at line 665 of file SimplygonSDK.h.

Constructor & Destructor Documentation

◆ IShortData()

SimplygonSDK::IShortData::IShortData ( )
inline

Definition at line 666 of file SimplygonSDK.h.

Member Function Documentation

◆ _GetData()

virtual const short* SimplygonSDK::IShortData::_GetData ( ) const
pure virtual

◆ _GetItem()

virtual const short& SimplygonSDK::IShortData::_GetItem ( rid  item_index) const
pure virtual

Member Data Documentation

◆ Data

short* SimplygonSDK::IShortData::Data
protected

Definition at line 658 of file SimplygonSDK.h.

◆ DataAllocation

unsigned int SimplygonSDK::IShortData::DataAllocation
protected

Definition at line 660 of file SimplygonSDK.h.

◆ DataCount

unsigned int SimplygonSDK::IShortData::DataCount
protected

Definition at line 659 of file SimplygonSDK.h.

◆ RefCount

int SimplygonSDK::IShortData::RefCount
protected

Definition at line 662 of file SimplygonSDK.h.


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