Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

RangeProfile_inl.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // RangeProfile_inl.h 00005 // 00006 // Version 1.1 00007 // Date 17.01.03 (Version 1.0) 00008 // 01.10.03 (Version 1.1) 00009 // Author A. Pasetti (P&P Software), R. Totaro 00010 // 00011 // Change Record: 00012 // Version 1.1: replaced double and int with TD_Float and TD_Integer 00013 00014 #ifndef RangeProfile_INL 00015 #define RangeProfile_INL 00016 00017 inline TD_Float RangeProfile::getLowerBound(void) const { 00018 return lowerBound; 00019 } 00020 00021 inline TD_Float RangeProfile::getUpperBound(void) const { 00022 return upperBound; 00023 } 00024 00025 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved