| genre | WEMProcessing |
| status | stable |
| author | Bart De Dobbelaer |
| package | MeVisLab/Standard |
| dll | MLWEMModules |
| definition | MLWEMModules.def |
| see also | SoWEMRenderer |
| keywords | WEM, primitive, value, list |
The module WEMPVL adds a Primitive Value List to nodes, edges or faces.
The module is only meant for developing and/or testing purposes.
Connect any WEM to the input and select which primitive value lists should be added.
Three different primitive value lists exist: node, edge and face. Depending on the type the value is defined for the given primitive of the WEMPatch. Normally the value indicates something. For instance WEMIsoSurface adds the image value to each node. The primitive value lists added by WEMPVL however only serve a debugging and testing purpose. The value switches based on the entry number of the primitive: odd numbers get a value of 5, even numbers a value of 10.
| Add Edge Primitive Value List: Bool | elapsedTime: Float | progress: Float |
| Add Face Primitive Value List: Bool | Face Primitive Value List Name: String | removePreviousWEMs: Bool |
| Add Node Primitive Value List: Bool | forwardRepaintNotifications: Bool | show: Bool |
| Apply: Trigger | forwardSelectionNotifications: Bool | triangulationMode: Enum |
| Auto Apply: Bool | id: Integer | useFaceDiffuseColor: Bool |
| Auto Update: Bool | isProcessing: Bool | useInputWEMToCreateOutputWEM: Bool |
| autoClear: Bool | listenToFinishNotifications: Bool | usePolygonOffset: Bool |
| Edge Primitive Value List Name: String | Modify Attributes: Bool | |
| editable: Bool | Node Primitive Value List Name: String |
If checked, the output WEM is computed anew on any parameter change.
If checked, the output WEM is computed anew on each change of the input WEM.
If pressed, the output WEM is computed anew on base of the current parameter settings.
If checked, attributes can be changed in the output WEM.
Only available if the module is working on a copy!
If checked, a PVL is added to the nodes.
If checked, a PVL is added to the edges.
If checked, a PVL is added to the faces.
Sets the name of the nodes' PVL.