VTK
9.7.20260922
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Filters
CellGrid
vtkLagrangePoints.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
3
#ifndef vtkLagrangePoints_h
4
#define vtkLagrangePoints_h
5
6
#include "
vtkCellAttributeCalculator.h
"
7
#include "vtkFiltersCellGridModule.h"
// For export macro.
8
9
#include <vector>
10
11
VTK_ABI_NAMESPACE_BEGIN
12
16
class
VTKFILTERSCELLGRID_EXPORT
vtkLagrangePoints
:
public
vtkCellAttributeCalculator
17
{
18
public
:
19
vtkTypeMacro(
vtkLagrangePoints
,
vtkCellAttributeCalculator
);
20
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
21
31
virtual
bool
GetParameters
(std::vector<std::vector<double>>& params)
const
= 0;
33
34
protected
:
35
vtkLagrangePoints
() =
default
;
36
~vtkLagrangePoints
()
override
=
default
;
37
38
private
:
39
vtkLagrangePoints
(
const
vtkLagrangePoints
&) =
delete
;
40
void
operator=(
const
vtkLagrangePoints
&) =
delete
;
41
};
42
43
VTK_ABI_NAMESPACE_END
44
#endif
// vtkLagrangePoints_h
vtkCellAttributeCalculator::vtkCellAttributeCalculator
vtkCellAttributeCalculator()=default
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkLagrangePoints::GetParameters
virtual bool GetParameters(std::vector< std::vector< double > > ¶ms) const =0
vtkLagrangePoints::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkLagrangePoints::vtkLagrangePoints
vtkLagrangePoints()=default
vtkLagrangePoints::~vtkLagrangePoints
~vtkLagrangePoints() override=default
vtkCellAttributeCalculator.h
Generated on
for VTK by
1.16.1