SoVRMemoryWriterdata Property |
Namespace: OIV.VolumeViz.WritersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBufferObject data { get; }
Public ReadOnly Property data As SoSFBufferObject
Get
public:
property SoSFBufferObject^ data {
SoSFBufferObject^ get ();
}
member data : SoSFBufferObject with get
Property Value
Type:
SoSFBufferObject
RemarksIf specified, it must be the right size (nbVoxel * dataSize, by taking padding in account). If NULL, it will be allocated in the initialize() method and deleted in destructor. default is NULL.
See Also