This method is used to increment the bounding box of a class's instance.
Syntax
void Inside_Add(
SliceO_Window * window,
Region_2D region
) ;
Parameters
window
Pointer to a window .
region
new region (in "Inf" space) to add to the bounding box.
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