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

UnaryTransform.cxx

Go to the documentation of this file.
00001 
00012 #include "UnaryTransform.h"
00013 #include <cassert>
00014 
00015 UnaryTransform::UnaryTransform ( double low, double high )
00016   : m_limits ( low, high )
00017 {
00018 }
00019 
00020 UnaryTransform::~UnaryTransform ()
00021 {
00022 }
00023 
00024 /* virtual */ 
00025 const Range & UnaryTransform::limits () const
00026 {
00027   return m_limits;
00028 }

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3