Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ippKTool.cpp

Go to the documentation of this file.
00001 // 
00002 // DISCLAIMER: 
00003 //  This software was produced by the National Institute of Standards 
00004 //  and Technology (NIST), an agency of the U.S. government, and by statute is 
00005 //  not subject to copyright in the United States.  Recipients of this 
00006 //  software assume all responsibility associated with its operation,
00007 //  modification,maintenance, and subsequent redistribution. 
00008 //
00009 //  See NIST Administration Manual 4.09.07 b and Appendix I. 
00010 //
00011 #include "stdafx.h"
00012 
00013 #include "ippdme/ippKTool.h"
00014 
00015 
00016 ippKTool::ippKTool()
00017 {
00018 }
00019 
00020 ippKTool::ippKTool(
00021   const char * inName, 
00022   const char * inId,
00023   ippGoToParsPtr inGoToPar,
00024         ippPtMeasParsPtr inPtMeasPar,
00025         ippScanParsPtr inScanPar,
00026   bool inIsQualified,
00027         ippOnePropertyCollisionVolumePtr inCollisionVolume,
00028         double inLength, double inRadius)
00029 {
00030     _angleA = 0;
00031     _angleB = 0;
00032     _angleC = 0;
00033     _collisionVolume = inCollisionVolume;
00034     _goToPar = inGoToPar;
00035     _id = inId;
00036     _isQualified = inIsQualified;
00037     _length = inLength;
00038     _name = inName;
00039     _ptMeasPar = inPtMeasPar;
00040     _radius = inRadius;
00041     _scanPar = inScanPar;
00042 }
00043 
00044 
00045 ippKTool::~ippKTool()
00046 {
00047 }
00048 

Generated on Wed Nov 8 00:20:03 2006 for IPPDME by  doxygen 1.4.1