AcPlObject

Class Hierarchy

AcHeapOperators
AcRxObject
    AcPlObject
        AcPlDSDData
        AcPlDSDEntry
        AcPlPlotConfig
        AcPlPlotConfigInfo
        AcPlPlotErrorHandler
        AcPlPlotErrorHandlerLock
        AcPlPlotInfo
        AcPlPlotInfoValidator
        AcPlPlotPageInfo

C++

class AcPlObject : public AcRxObject, public AcHeapOperators;

File

AcPlObject.h

Description

This class is a base class from which other client-instantiable plot API classes derive. It provides boilerplate implementation for runtime type casting, memory allocation, and other internal capabilities. Applications should not derive directly from this class.

Links

AcPlObject Constructor