cgma
TreeStack Class Reference

#include <KdTree.hpp>

List of all members.

Public Member Functions

 TreeStack (int imin, int imax, int cut_dir, int iseq)
 ~TreeStack ()

Public Attributes

int min
int max
int cuttingdir
int sequence

Detailed Description

Definition at line 33 of file KdTree.hpp.


Constructor & Destructor Documentation

TreeStack::TreeStack ( int  imin,
int  imax,
int  cut_dir,
int  iseq 
) [inline]

Definition at line 37 of file KdTree.hpp.

                                                       {
   cuttingdir = cut_dir;
    min = imin;
    max = imax;
    sequence = iseq;
  }
TreeStack::~TreeStack ( ) [inline]

Definition at line 44 of file KdTree.hpp.

{ }

Member Data Documentation

Definition at line 46 of file KdTree.hpp.

Definition at line 46 of file KdTree.hpp.

Definition at line 46 of file KdTree.hpp.

Definition at line 46 of file KdTree.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines