ParaView
ParaViewCore
VTKExtensions
Rendering
vtkPVArrowSource.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ParaView
4
Module: vtkPVArrowSource.h
5
6
Copyright (c) Kitware, Inc.
7
All rights reserved.
8
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
27
#ifndef vtkPVArrowSource_h
28
#define vtkPVArrowSource_h
29
30
#include "vtkArrowSource.h"
31
#include "vtkPVVTKExtensionsRenderingModule.h"
// needed for export macro
32
33
class
VTKPVVTKEXTENSIONSRENDERING_EXPORT
vtkPVArrowSource
:
public
vtkArrowSource
34
{
35
public
:
39
static
vtkPVArrowSource
* New();
40
41
vtkTypeMacro(
vtkPVArrowSource
, vtkArrowSource);
42
void
PrintSelf(ostream& os, vtkIndent indent);
43
44
protected
:
45
vtkPVArrowSource
(){};
46
~vtkPVArrowSource
(){};
47
48
void
ExecuteInformation();
49
50
private
:
51
vtkPVArrowSource
(
const
vtkPVArrowSource
&) VTK_DELETE_FUNCTION;
52
void
operator=(
const
vtkPVArrowSource
&) VTK_DELETE_FUNCTION;
53
};
54
55
#endif
vtkPVArrowSource::vtkPVArrowSource
vtkPVArrowSource()
Definition:
vtkPVArrowSource.h:45
vtkPVArrowSource
A quick fix for a bug.
Definition:
vtkPVArrowSource.h:33
vtkPVArrowSource::~vtkPVArrowSource
~vtkPVArrowSource()
Definition:
vtkPVArrowSource.h:46
Generated by
1.8.13