Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
Defining the Constructor

Use the SO_ACTION_CONSTRUCTOR() to perform the basic work for you. For example:

GetVolumeAction::GetVolumeAction()
{
SO_ACTION_CONSTRUCTOR( GetVolumeAction );
}