SliceO_Class::Inside_Clear

 

This method is used to reset the bounding box of a class's instance.

 

 

Syntax

 

void  Inside_Clear(

          SliceO_Window * window

) ;

 

 

Parameters

 

window

                    Pointer to a window .

 

 

Return value

 

This method does not return a value.

 

 

Remarks

 

The bounding box of the classes are kept up-to-date by sliceOmatic. This method is used internally by TomoVision, I'm not sure you will ever have a need for it...

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also