All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bytedeco.flycapture.FlyCapture2.ErrorImpl Maven / Gradle / Ivy

There is a newer version: 2.13.3.31-1.5.9
Show newest version
// Targeted by JavaCPP version 1.5.2: DO NOT EDIT THIS FILE

package org.bytedeco.flycapture.FlyCapture2;

import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;

import static org.bytedeco.flycapture.global.FlyCapture2.*;

	@Namespace("FlyCapture2") @Opaque @Properties(inherit = org.bytedeco.flycapture.presets.FlyCapture2.class)
public class ErrorImpl extends Pointer {
	    /** Empty constructor. Calls {@code super((Pointer)null)}. */
	    public ErrorImpl() { super((Pointer)null); }
	    /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
	    public ErrorImpl(Pointer p) { super(p); }
	}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy