VTK  9.3.20240419
Public Member Functions | Public Attributes | List of all members
vtkSLACReader::MidpointCoordinates Class Reference

Simple class used internally for holding midpoint information. More...

#include <vtkSLACReader.h>

Public Member Functions

 MidpointCoordinates ()=default
 
 MidpointCoordinates (const double coord[3], vtkIdType id)
 

Public Attributes

double Coordinate [3]
 
vtkIdType ID
 

Detailed Description

Simple class used internally for holding midpoint information.

Definition at line 191 of file vtkSLACReader.h.

Constructor & Destructor Documentation

◆ MidpointCoordinates() [1/2]

vtkSLACReader::MidpointCoordinates::MidpointCoordinates ( )
default

◆ MidpointCoordinates() [2/2]

vtkSLACReader::MidpointCoordinates::MidpointCoordinates ( const double  coord[3],
vtkIdType  id 
)
inline

Definition at line 195 of file vtkSLACReader.h.

Member Data Documentation

◆ Coordinate

double vtkSLACReader::MidpointCoordinates::Coordinate[3]

Definition at line 202 of file vtkSLACReader.h.

◆ ID

vtkIdType vtkSLACReader::MidpointCoordinates::ID

Definition at line 203 of file vtkSLACReader.h.


The documentation for this class was generated from the following file: