|
libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <CGdtfFeature.h>
Public Member Functions | |
| CGdtfFeatureImpl () | |
| virtual | ~CGdtfFeatureImpl () |
| virtual MvrString VCOM_CALLTYPE | GetName () |
| virtual VCOMError VCOM_CALLTYPE | GetAttributeCount (size_t &count) |
| virtual VCOMError VCOM_CALLTYPE | GetAttributeAt (size_t at, IGdtfAttribute **attribute) |
| virtual VCOMError VCOM_CALLTYPE | GetFeatureGroup (IGdtfFeatureGroup **group) |
| virtual VCOMError VCOM_CALLTYPE | SetName (MvrString name) |
| virtual VCOMError VCOM_CALLTYPE | BindToObject (void *objAddr) |
| virtual void *VCOM_CALLTYPE | GetBoundObject () |
| void | SetPointer (SceneData::GdtfFeature *feature) |
| SceneData::GdtfFeature * | GetPointer () |
Public Member Functions inherited from VCOMImpl< IGdtfFeature > | |
| VCOMImpl () | |
| VCOMImpl (IVWUnknown *parent) | |
| virtual | ~VCOMImpl () |
| virtual uint32_t VCOM_CALLTYPE | AddRef () |
| virtual uint32_t VCOM_CALLTYPE | Release () |
Public Member Functions inherited from VectorworksMVR::IVWUnknown | |
| virtual | ~IVWUnknown (void) |
Additional Inherited Members | |
Protected Member Functions inherited from VCOMImpl< IGdtfFeature > | |
| virtual void | OnRefCountZero () |
Protected Attributes inherited from VCOMImpl< IGdtfFeature > | |
| RefNumType | fRefCnt |
| IVWUnknown * | fParent |
| VectorworksMVR::CGdtfFeatureImpl::CGdtfFeatureImpl | ( | ) |
|
virtual |
|
virtual |
Implements VectorworksMVR::IGdtfFeature.
|
virtual |
Implements VectorworksMVR::IGdtfFeature.
|
virtual |
Implements VectorworksMVR::IGdtfFeature.
|
virtual |
Implements VectorworksMVR::IGdtfFeature.
|
virtual |
Implements VectorworksMVR::IGdtfFeature.
|
virtual |
Implements VectorworksMVR::IGdtfFeature.
| SceneData::GdtfFeature * VectorworksMVR::CGdtfFeatureImpl::GetPointer | ( | ) |
|
virtual |
Implements VectorworksMVR::IGdtfFeature.
| void VectorworksMVR::CGdtfFeatureImpl::SetPointer | ( | SceneData::GdtfFeature * | feature | ) |