#include <iostream>#include "TLine.h"#include "TText.h"#include "TObject.h"Go to the source code of this file.
Classes | |
| class | DCEdge< T > |
Functions | |
| ClassImpT (DCEdge, T) template< class T > void DCEdge< T > | |
|
||||||||||||
|
Definition at line 54 of file DCEdge.h. References option, and DCEdge< T >::Print(). 00057 {
00058 end->GetData()->Print(option);
00059 cout<<" Metric is "<<metric<<" X "<<xmetric<<" Y "<<ymetric<<endl;
00060 cout<<" Weighted Metric is "<<wmetric<<" WX "<<xwmetric<<" WY "<<ywmetric<<endl;
00061 if (next == 0)
00062 cout << endl;
00063 else {
00064 next->Print(option);
00065 }
00066 }
|
1.3.9.1