Uses of Class
com.openinventor.inventor.nodes.SoPattern.FilterTypes
-
Packages that use SoPattern.FilterTypes Package Description com.openinventor.inventor.nodes -
-
Uses of SoPattern.FilterTypes in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoPattern.FilterTypes Modifier and Type Method Description static SoPattern.FilterTypes
SoPattern.FilterTypes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoPattern.FilterTypes
SoPattern.FilterTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoPattern.FilterTypes[]
SoPattern.FilterTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.nodes with parameters of type SoPattern.FilterTypes Modifier and Type Method Description static boolean
SoPattern. loadPatterns(java.lang.String fileName, int numFilters, java.lang.String[] filterNames, SoPattern.FilterTypes filterType)
Loads a pattern file, with optional filtering of patterns.static boolean
SoPattern. loadPatterns(java.lang.String fileName, java.lang.String[] filterNames, SoPattern.FilterTypes filterType)
Loads a pattern file, with optional filtering of patterns.
-