ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
vtkPVNullSource.h
Go to the documentation of this file.
1
// ----------------------------------------------------------------------------
2
// - CloudViewer: www.cloudViewer.org -
3
// ----------------------------------------------------------------------------
4
// Copyright (c) 2018-2024 www.cloudViewer.org
5
// SPDX-License-Identifier: MIT
6
// ----------------------------------------------------------------------------
7
8
#pragma once
9
10
#include "
qPCL.h
"
//needed for exports
11
#include "vtkPolyDataAlgorithm.h"
12
13
class
QPCL_ENGINE_LIB_API
vtkPVNullSource
:
public
vtkPolyDataAlgorithm {
14
public
:
15
static
vtkPVNullSource
*
New
();
16
vtkTypeMacro
(
vtkPVNullSource
, vtkPolyDataAlgorithm);
17
void
PrintSelf(ostream& os, vtkIndent indent)
override
;
18
19
protected
:
20
vtkPVNullSource
();
21
~
vtkPVNullSource
()
override
;
22
23
private
:
24
vtkPVNullSource
(
const
vtkPVNullSource
&) =
delete
;
25
void
operator=(
const
vtkPVNullSource
&) =
delete
;
26
};
vtkPVNullSource
Definition:
vtkPVNullSource.h:13
vtkPVNullSource::New
static vtkPVNullSource * New()
vtkPVNullSource::vtkTypeMacro
vtkTypeMacro(vtkPVNullSource, vtkPolyDataAlgorithm)
qPCL.h
QPCL_ENGINE_LIB_API
#define QPCL_ENGINE_LIB_API
Definition:
qPCL.h:15
libs
PCLEngine
VTKExtensions
Core
vtkPVNullSource.h
Generated on Tue Feb 3 2026 07:12:29 for ACloudViewer by
1.9.1