Typedefs | |
| typedef App::FeaturePythonT< Constraint > | ConstraintPython |
| typedef App::FeaturePythonT< DocumentObject > | FeaturePython |
| typedef App::FeaturePythonT< FemAnalysis > | FemAnalysisPython |
| typedef App::FeaturePythonT< FemMeshObject > | FemMeshObjectPython |
| typedef App::FeaturePythonT< FemResultObject > | FemResultObjectPython |
| typedef App::FeaturePythonT< FemSolverObject > | FemSolverObjectPython |
| typedef Py::ExtensionObject< HypothesisPy > | Hypothesis |
| typedef std::shared_ptr< SMESH_Hypothesis > | SMESH_HypothesisPtr |
Functions | |
| App::DocumentObject * | createObjectByType (const Base::Type type) |
| void | exportFemMeshCells (vtkSmartPointer< vtkUnstructuredGrid > grid, const SMDS_VolumeIteratorPtr &aVolIter) |
| void | exportFemMeshFaces (vtkSmartPointer< vtkUnstructuredGrid > grid, const SMDS_FaceIteratorPtr &aFaceIter) |
| App::DocumentObject * | getObjectByType (const Base::Type type) |
| PyObject * | initModule () |
| template<class TReader > | |
| vtkDataSet * | readVTKFile (const char *fileName) |
| template<class TWriter > | |
| void | writeVTKFile (const char *filename, vtkSmartPointer< vtkUnstructuredGrid > dataset) |
| typedef Py::ExtensionObject<HypothesisPy> Fem::Hypothesis |
| typedef std::shared_ptr<SMESH_Hypothesis> Fem::SMESH_HypothesisPtr |
| App::DocumentObject * Fem::createObjectByType | ( | const Base::Type | type | ) |
| void Fem::exportFemMeshCells | ( | vtkSmartPointer< vtkUnstructuredGrid > | grid, |
| const SMDS_VolumeIteratorPtr & | aVolIter | ||
| ) |
References Base::Console(), SMDS_MeshElement::GetID(), SMDS_MeshElement::GetNode(), Base::ConsoleSingleton::Log(), and SMDS_MeshElement::NbNodes().
Referenced by Fem::FemVTKTools::exportVTKMesh().
| void Fem::exportFemMeshFaces | ( | vtkSmartPointer< vtkUnstructuredGrid > | grid, |
| const SMDS_FaceIteratorPtr & | aFaceIter | ||
| ) |
References Base::Console(), SMDS_MeshElement::GetID(), SMDS_MeshElement::GetNode(), Base::ConsoleSingleton::Log(), and SMDS_MeshElement::NbNodes().
Referenced by Fem::FemVTKTools::exportVTKMesh().
| App::DocumentObject * Fem::getObjectByType | ( | const Base::Type | type | ) |
| PyObject * Fem::initModule | ( | ) |
References Base::InterpreterSingleton::addModule(), and Base::Interpreter().
| vtkDataSet * Fem::readVTKFile | ( | const char * | fileName | ) |
| void Fem::writeVTKFile | ( | const char * | filename, |
| vtkSmartPointer< vtkUnstructuredGrid > | dataset | ||
| ) |