Public Member Functions | Protected Attributes | Properties

ColorCodingView Class Reference

#import <ColorCodingView.h>

List of all members.

Public Member Functions

(IBAction) - enableHistogramm:
(void) - setFlowLayer:

Protected Attributes

Users ulrich Projects Xcode
GoFlow ColorCodingView h
NSGradient * 
gradient
ColorCodingLayerflowLayer
int * hist

Properties

FlowDatadata
NSGradient * gradient
NSBezierPathpath
int selectedChannel
int activeNode
int maxHistValue
BOOL histogrammEnabled

Detailed Description

GUI logic for the Color Coding View


Member Function Documentation

- (IBAction) enableHistogramm: (id)  sender

Action which will be sent if the histogramm CheckBox is selected

- (void) setFlowLayer: (ColorCodingLayer *)  _layer

Sets the layer of the flows

Parameters:
_layerThe layer

Member Data Documentation

- (ColorCodingLayer*) flowLayer [protected]
- (Users ulrich Projects Xcode GoFlow ColorCodingView h NSGradient*) gradient [protected]
- (int*) hist [protected]

Property Documentation

- (int) activeNode [read, write, assign]

Defines the active node in the transfer function GUI

- (FlowData *) data [read, write, assign]

Represents the flow data

- (NSGradient*) gradient [read, write, retain]

A gradient which will be used to display the transfer function

- (BOOL) histogrammEnabled [read, write, assign]

Defines if the histogramm should be displayed

- (int) maxHistValue [read, write, assign]

The maximum value of the histogramm

- (NSBezierPath *) path [read, write, retain]

A NSBezierPath to display the histogramm

- (int) selectedChannel [read, write, assign]

Holds the index of the selected channel


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines