DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ComponentsDG Kernel Components
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Expand ModelModel
Expand ViewView
Collapse General ComputingGeneral Computing
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > API Reference > General Computing > IKCStack Search Documentation


IKCStack Interface

Push
Pop

Manages saving internally and restoring state of a software object. Example: State of 3DBugger

See also Interface List


HRESULT Push(int attributes)

Parameters

attributes - [in] identifies set of attributes to be stored

Remarks:

After this call current state of the object, which implements this interface will be stored by the object. Call to the Pop() method will restore the state. In this release the attributes parameter is ignored


HRESULT Pop(int attributes)

Parameters

attributes - [in] identifies set of attributes to be restored

Remarks:

Restored state of the object saved by the correspondent Push() call. In this release the attributes parameter is ignored