Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 82ac505190c212a37e5a9f824939c992 > files > 190

vtk-examples-6.0.0-8.mga5.i586.rpm


#ifndef GraphLayoutViewItem_h
#define GraphLayoutViewItem_h

#include "QVTKGraphicsItem.h"
class vtkGraphLayoutView;

class GraphLayoutViewItem : public QVTKGraphicsItem
{
public:
  GraphLayoutViewItem(QGLContext* ctx, QGraphicsItem* p=0);
  ~GraphLayoutViewItem();

protected:
  vtkSmartPointer<vtkGraphLayoutView> GraphLayoutView;
};

#endif