Classes | Functions
vtkMaterialInterfacePieceLoading.h File Reference
#include "vtkPVVTKExtensionsFiltersMaterialInterfaceModule.h"
#include "vtkType.h"
#include <cassert>
#include <iostream>
#include <vector>
Include dependency graph for vtkMaterialInterfacePieceLoading.h:

Go to the source code of this file.

Classes

class  vtkMaterialInterfacePieceLoading
 Data structure that describes a fragment's loading. More...
 

Functions

VTKPVVTKEXTENSIONSFILTERSMATERIALINTERFACE_EXPORT std::ostream & operator<< (std::ostream &sout, const vtkMaterialInterfacePieceLoading &fp)
 
VTKPVVTKEXTENSIONSFILTERSMATERIALINTERFACE_EXPORT void PrintPieceLoadingHistogram (std::vector< std::vector< vtkIdType >> &pla)
 

Function Documentation

◆ operator<<()

VTKPVVTKEXTENSIONSFILTERSMATERIALINTERFACE_EXPORT std::ostream& operator<< ( std::ostream &  sout,
const vtkMaterialInterfacePieceLoading fp 
)

◆ PrintPieceLoadingHistogram()