Skip to content

File Spinnaker.h

File List > include > Spinnaker.h

Go to the documentation of this file

//=============================================================================
// Copyright (c) 2026 FLIR Integrated Imaging Solutions, Inc. All Rights Reserved.
//
// This software is the confidential and proprietary information of FLIR
// Integrated Imaging Solutions, Inc. ("Confidential Information"). You
// shall not disclose such Confidential Information and shall use it only in
// accordance with the terms of the license agreement you entered into
// with FLIR Integrated Imaging Solutions, Inc. (FLIR).
//
// FLIR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
// SOFTWARE, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
// IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, OR NON-INFRINGEMENT. FLIR SHALL NOT BE LIABLE FOR ANY DAMAGES
// SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
// THIS SOFTWARE OR ITS DERIVATIVES.
//=============================================================================

#ifndef FLIR_SPINNAKER_H
#define FLIR_SPINNAKER_H

#include "SpinnakerPlatform.h"

#include "SpinnakerDefs.h"

#include "SpinGenApi/GCBase.h"

#include "SpinGenApi/SpinnakerGenApi.h"

#include "System.h"
#include "SystemPtr.h"
#include "Producer.h"
#include "ProducerList.h"
#include "ProducerPtr.h"
#include "Exception.h"
#include "Interface.h"
#include "InterfaceList.h"
#include "InterfacePtr.h"
#include "CameraBase.h"
#include "CameraList.h"
#include "Camera.h"
#include "CameraPtr.h"
#include "Image.h"
#include "ImageProcessor.h"
#include "ImagePtr.h"
#include "ImageStatistics.h"
#include "ImageList.h"
#include "PointCloud.h"

#include "EventHandler.h"
#include "InterfaceEventHandler.h"
#include "DeviceArrivalEventHandler.h"
#include "DeviceRemovalEventHandler.h"
#pragma warning(push)
#pragma warning(disable : 4996)
#include "DeviceEventHandler.h"
#pragma warning(pop)
#include "ImageEventHandler.h"
#include "ImageListEventHandler.h"
#include "InterfaceArrivalEventHandler.h"
#include "InterfaceRemovalEventHandler.h"
#include "SystemEventHandler.h"
#include "LoggingEventHandler.h"
#include "LoggingEventDataPtr.h"

#include "DeviceEventUtility.h"
#include "ImageUtility.h"
#include "ImageUtilityCCM.h"
#include "ImageUtilityHeatmap.h"
#include "ImageUtilityPolarization.h"
#include "ImageUtilityStereo.h"

#endif // FLIR_SPINNAKER_H