17#ifndef vtkDiagonalMatrixSource_h
18#define vtkDiagonalMatrixSource_h
21#include "vtkFiltersSourcesModule.h"
24VTK_ABI_NAMESPACE_BEGIN
42 vtkGetMacro(ArrayType,
int);
43 vtkSetMacro(ArrayType,
int);
57 vtkGetMacro(Diagonal,
double);
58 vtkSetMacro(Diagonal,
double);
65 vtkGetMacro(SuperDiagonal,
double);
66 vtkSetMacro(SuperDiagonal,
double);
73 vtkGetMacro(SubDiagonal,
double);
74 vtkSetMacro(SubDiagonal,
double);
82 vtkGetStringMacro(RowLabel);
83 vtkSetStringMacro(RowLabel);
91 vtkGetStringMacro(ColumnLabel);
92 vtkSetStringMacro(ColumnLabel);
111 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,...
static vtkDiagonalMatrixSource * New()
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.
a simple class to control print indentation