################
TK_Cutting_Plane
################

.. cpp:namespace:: TK_Cutting_Plane

.. default-domain:: cpp

Functions
=========

============================= ==================================================================================================================
..                            :cpp:func:`TK_Cutting_Plane <TK_Cutting_Plane::TK_Cutting_Plane>`                                                 
..                            :cpp:func:`~TK_Cutting_Plane <TK_Cutting_Plane::~TK_Cutting_Plane>`                                               
:cpp:enumerator:`~TK_Status`  :cpp:func:`Read <TK_Status TK_Cutting_Plane::Read(BStreamFileToolkit &tk)>`                                       
:cpp:enumerator:`~TK_Status`  :cpp:func:`Write <TK_Status TK_Cutting_Plane::Write(BStreamFileToolkit &tk)>`                                     
:cpp:enumerator:`~TK_Status`  :cpp:func:`Clone <TK_Status TK_Cutting_Plane::Clone(BStreamFileToolkit &tk, BBaseOpcodeHandler **handler) const>` 
:cpp:enumerator:`~TK_Status`  :cpp:func:`ReadAscii <TK_Status TK_Cutting_Plane::ReadAscii(BStreamFileToolkit &tk)>`                             
:cpp:enumerator:`~TK_Status`  :cpp:func:`WriteAscii <TK_Status TK_Cutting_Plane::WriteAscii(BStreamFileToolkit &tk)>`                           
void                          :cpp:func:`Reset <void TK_Cutting_Plane::Reset()>`                                                                
void                          :cpp:func:`SetPlanes <void TK_Cutting_Plane::SetPlanes(int count, float const p[]=0)>`                            
void                          :cpp:func:`SetDPlanes <void TK_Cutting_Plane::SetDPlanes(int count, double const p[]=0)>`                         
void                          :cpp:func:`SetPlane <void TK_Cutting_Plane::SetPlane(float a, float b, float c, float d)>`                        
void                          :cpp:func:`SetDPlane <void TK_Cutting_Plane::SetDPlane(double a, double b, double c, double d)>`                  
void                          :cpp:func:`SetPlane <void TK_Cutting_Plane::SetPlane(float const p[])>`                                           
void                          :cpp:func:`SetDPlane <void TK_Cutting_Plane::SetDPlane(double const p[])>`                                        
float const *                 :cpp:func:`GetPlane <float const  * TK_Cutting_Plane::GetPlane() const>`                                          
double const *                :cpp:func:`GetDPlane <double const  * TK_Cutting_Plane::GetDPlane() const>`                                       
float const *                 :cpp:func:`GetPlanes <float const  * TK_Cutting_Plane::GetPlanes() const>`                                        
double const *                :cpp:func:`GetDPlanes <double const  * TK_Cutting_Plane::GetDPlanes() const>`                                     
int                           :cpp:func:`GetCount <int TK_Cutting_Plane::GetCount() const>`                                                     
============================= ==================================================================================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenclass:: TK_Cutting_Plane
   :project: 3dgs_stream
   :members:
   :undoc-members:



