rock_widget_collection  0.1
Classes | Typedefs
Plot2d.h File Reference
#include <QtCore/QString>
#include <QtCore/QList>
#include <QtDesigner/QDesignerExportWidget>
#include <QVTKWidget.h>
#include <vtkSmartPointer.h>
#include <iostream>
#include <vector>
#include <vtkXYPlotActor.h>
#include <vtkDoubleArray.h>
#include <vtkFieldData.h>
#include <vtkTextActor.h>
#include <vtkRenderer.h>

Go to the source code of this file.

Classes

class  Plot2d
 

Typedefs

typedef vtkSmartPointer< vtkDoubleArray > array_t
 
typedef vtkSmartPointer< vtkFieldData > field_t
 

Typedef Documentation

◆ array_t

typedef vtkSmartPointer<vtkDoubleArray> array_t

Definition at line 21 of file Plot2d.h.

◆ field_t

typedef vtkSmartPointer<vtkFieldData> field_t

Definition at line 22 of file Plot2d.h.