contrib/gel/pop/pop_transform.cxx

Go to the documentation of this file.
00001 // This is gel/pop/pop_transform.cxx
00002 #include "pop_transform.h"
00003 //:
00004 // \file
00005 
00006 
00007 //: constructor
00008 pop_transform::pop_transform(vcl_vector<pop_parameter*> params,
00009                              pop_vertex *cs1, pop_vertex *cs2):
00010   pop_object(params)
00011 {
00012   cs1_ = cs1;
00013   cs2_ = cs2;
00014 }
00015 
00016 
00017 //: destructor
00018 pop_transform::~pop_transform()
00019 {
00020 }
00021 

Generated on Sat Oct 11 05:14:37 2008 for contrib/gel/pop by  doxygen 1.5.1