31 #ifndef vtkDiagonalMatrixSource_h
32 #define vtkDiagonalMatrixSource_h
35 #include "vtkFiltersSourcesModule.h"
51 vtkGetMacro(ArrayType,
int);
52 vtkSetMacro(ArrayType,
int);
66 vtkGetMacro(Diagonal,
double);
67 vtkSetMacro(Diagonal,
double);
74 vtkGetMacro(SuperDiagonal,
double);
75 vtkSetMacro(SuperDiagonal,
double);
82 vtkGetMacro(SubDiagonal,
double);
83 vtkSetMacro(SubDiagonal,
double);
91 vtkGetStringMacro(RowLabel);
92 vtkSetStringMacro(RowLabel);
100 vtkGetStringMacro(ColumnLabel);
101 vtkSetStringMacro(ColumnLabel);
120 double SuperDiagonal;
Superclass for algorithms that produce vtkArrayDatas as output.
Abstract interface for N-dimensional arrays.
generates a sparse or dense square matrix with user-specified values for the diagonal,...
vtkDiagonalMatrixSource()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkDiagonalMatrixSource() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkDiagonalMatrixSource * New()
a simple class to control print indentation