https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Attributes | List of all members
PointContainmentClassifier::RayOptions Struct Reference

Ray-backend tuning + debug output; ignored by FIXED_X_RAY (TriangleManifold). More...

#include <PointContainmentClassifier.h>

Public Attributes

Point ray_direction
 Direction used by USER_SELECTED_RAY; ignored by PCA_RAY.
 
int leaf_max_size = 10
 
FileName obb_file_name = ""
 
FileName ray_file_name = ""
 
const libMesh::Parallel::Communicatorcomm = nullptr
 

Detailed Description

Ray-backend tuning + debug output; ignored by FIXED_X_RAY (TriangleManifold).

Definition at line 54 of file PointContainmentClassifier.h.

Member Data Documentation

◆ comm

const libMesh::Parallel::Communicator* PointContainmentClassifier::RayOptions::comm = nullptr

Definition at line 61 of file PointContainmentClassifier.h.

Referenced by PointInPolyhedronBaseUO::pcaRayOptions().

◆ leaf_max_size

int PointContainmentClassifier::RayOptions::leaf_max_size = 10

Definition at line 58 of file PointContainmentClassifier.h.

Referenced by PointInPolyhedronBaseUO::pcaRayOptions().

◆ obb_file_name

FileName PointContainmentClassifier::RayOptions::obb_file_name = ""

Definition at line 59 of file PointContainmentClassifier.h.

Referenced by PointInPolyhedronBaseUO::pcaRayOptions().

◆ ray_direction

Point PointContainmentClassifier::RayOptions::ray_direction

Direction used by USER_SELECTED_RAY; ignored by PCA_RAY.

Definition at line 57 of file PointContainmentClassifier.h.

Referenced by PointInPolyhedronBaseUO::pcaRayOptions().

◆ ray_file_name

FileName PointContainmentClassifier::RayOptions::ray_file_name = ""

Definition at line 60 of file PointContainmentClassifier.h.

Referenced by PointInPolyhedronBaseUO::pcaRayOptions().


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